ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-cvs
php-cvs
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved