Hi Adam, > I would like to propose a change in how mysqli_fetch() signifies "no > more data." It should return NULL instead of MYSQLI_NO_DATA (a > positive value) because it leads to cleaner PHP code and is more > consistent with other MySQL fetch functions.
Thanks for pointing it out. The reason was, that we weren't sure if we need other return values (array fetch, etc) for MySQL 5.0/5.1 - but we will add a separate function for. I will change it and update documentation later today. Georg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php