|
|||||||||||
|
PHP mysqlnd svn commit: r561 - in trunk: php5/ext/mysql php6/ext/mysql
From: <ahristov(at)mysql.com>
Date: Thu Jun 28 2007 - 08:00:21 EDT
Modified:
trunk/php5/ext/mysql/php_mysql.c
Modified: trunk/php5/ext/mysql/php_mysql.c
#ifdef ZEND_ENGINE_2
- if (into_object) {
+ /* mysqlnd might return FALSE if no more rows */
+ if (into_object && Z_TYPE_P(return_value) != IS_BOOL) {
zval dataset = *return_value;
zend_fcall_info fci;
zend_fcall_info_cache fcc;
Modified: trunk/php6/ext/mysql/php_mysql.c
-- MySQL Code Commits Mailing List For list archives: http://lists.mysql.com/commits To unsubscribe: http://lists.mysql.com/commits?unsub=lists@pantek.comReceived on Thu Jun 28 08:00:45 2007 This archive was generated by hypermail 2.1.8 : Thu Jun 28 2007 - 08:10:02 EDT |
||||||||||
|
|||||||||||