php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #67186
Patch php-5.6.0beta-mysqlicopy.patch revision 2014-05-03 07:13 UTC by andy at webtatic dot com

Patch php-5.6.0beta-mysqlicopy.patch for MySQLi related Bug #67186

Patch version 2014-05-03 07:13 UTC

Return to Bug #67186 | Download this patch
Patch Revisions:

Developer: andy@webtatic.com

diff -ur php-5.6.0beta2-mysqlicopy/ext/mysqli/mysqli_priv.h php-5.6.0beta2/ext/mysqli/mysqli_priv.h
--- php-5.6.0beta2-mysqlicopy/ext/mysqli/mysqli_priv.h	2014-05-01 14:42:03.000000000 +0000
+++ php-5.6.0beta2/ext/mysqli/mysqli_priv.h	2014-05-03 06:48:48.721183453 +0000
@@ -118,7 +118,7 @@
 #else
 /* libmysql */
 #define MYSQLI_ASYNC	 	0
-#define MYSQLI_STORE_RESULT_OFS	0
+#define MYSQLI_STORE_RESULT_COPY_DATA 0
 #endif
 
 /* for mysqli_fetch_assoc */
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC