Author: ahristov
Date: 2007-06-28 14:49:03 +0200 (Thu, 28 Jun 2007)
New Revision: 567
Modified:
trunk/php6/ext/mysqli/mysqli_api.c
Log:
fix build error
Modified: trunk/php6/ext/mysqli/mysqli_api.c
===================================================================
--- trunk/php6/ext/mysqli/mysqli_api.c 2007-06-28 12:37:50 UTC (rev 566)
+++ trunk/php6/ext/mysqli/mysqli_api.c 2007-06-28 12:49:03 UTC (rev 567)
@@ -1089,7 +1089,7 @@
return;
}
MYSQLI_FETCH_RESOURCE(result, MYSQL_RES *, &mysql_result, "mysqli_result",
MYSQLI_STATUS_VALID);
- mysqlnd_fetch_into(result, MYSQLND_FETCH_NUM, return_value);
+ mysqlnd_fetch_into(result, MYSQLND_FETCH_NUM, return_value, MYSQLND_MYSQLI);
#endif
}
/* }}} */
| Thread |
|---|
| • PHP mysqlnd svn commit: r567 - trunk/php6/ext/mysqli | ahristov | 28 Jun |