php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #51248
Patch php_mysql_fetch_hash.patch revision 2010-12-02 02:56 UTC by php at group dot apple dot com
Patch arches.patch revision 2010-12-02 02:55 UTC by php at group dot apple dot com

Patch php_mysql_fetch_hash.patch for MySQL related Bug #51248

Patch version 2010-12-02 02:56 UTC

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

Developer: php@group.apple.com

--- php-5.3.3/ext/mysql/php_mysql.c	2010-06-27 18:19:08.000000000 -0700
+++ php/ext/mysql/php_mysql.c	2010-12-01 18:09:40.000000000 -0800
@@ -2006,7 +2006,7 @@
 
 /* {{{ php_mysql_fetch_hash
  */
-static void php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type, int expected_args, int into_object)
+static void php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, long result_type, int expected_args, int into_object)
 {
 	MYSQL_RES *mysql_result;
 	zval            *res, *ctor_params = NULL;
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC