derick Sun Jan 5 16:11:40 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/mysql php_mysql.c
Log:
- MFH (Fix for bug #21435)
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.174.2.5 php4/ext/mysql/php_mysql.c:1.174.2.6
--- php4/ext/mysql/php_mysql.c:1.174.2.5 Tue Dec 31 11:34:59 2002
+++ php4/ext/mysql/php_mysql.c Sun Jan 5 16:11:39 2003
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_mysql.c,v 1.174.2.5 2002/12/31 16:34:59 sebastian Exp $ */
+/* $Id: php_mysql.c,v 1.174.2.6 2003/01/05 21:11:39 derick Exp $ */
/* TODO:
*
@@ -987,7 +987,7 @@
Returns a string containing information about the most recent query */
PHP_FUNCTION(mysql_info)
{
- zval **mysql_link;
+ zval *mysql_link;
int id = -1;
char *str;
php_mysql_conn *mysql;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php