[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/mysql php_mysql.c
by Jani Taskinen other posts by this author
Aug 29 2002 1:18AM messages near this date
Re: [PHP-CVS] cvs: php4 /ext/exif config.m4
|
[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c
sniper Wed Aug 28 21:18:28 2002 EDT
Modified files: (Branch: PHP_4_2_0)
/php4/ext/mysql php_mysql.c
Log:
MFH fix for bug: #19159
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.116.2.3 php4/ext/mysql/php_mysql.c:1.116.2.4
--- php4/ext/mysql/php_mysql.c:1.116.2.3 Sat Aug 24 09:16:23 2002
+++ php4/ext/mysql/php_mysql.c Wed Aug 28 21:18:28 2002
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_mysql.c,v 1.116.2.3 2002/08/24 13:16:23 zeev Exp $ */
+/* $Id: php_mysql.c,v 1.116.2.4 2002/08/29 01:18:28 sniper Exp $ */
/* TODO:
@@ -103,7 +103,7 @@
#define MYSQL_USE_RESULT 0
#define MYSQL_STORE_RESULT 1
-#if MYSQL_VERSION_ID < 32223
+#if MYSQL_VERSION_ID < 32224
#define PHP_MYSQL_VALID_RESULT(mysql) (mysql_num_fields(mysql)> 0)
#else
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|