georg           Sun Jan  5 15:53:06 2003 EDT

  Modified files:              
    /php4/ext/mysql     php_mysql.c 
  Log:
  fixed bug #21435
  
  
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.179 php4/ext/mysql/php_mysql.c:1.180
--- php4/ext/mysql/php_mysql.c:1.179    Tue Dec 31 11:07:03 2002
+++ php4/ext/mysql/php_mysql.c  Sun Jan  5 15:53:06 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
  
-/* $Id: php_mysql.c,v 1.179 2002/12/31 16:07:03 sebastian Exp $ */
+/* $Id: php_mysql.c,v 1.180 2003/01/05 20:53:06 georg 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

Reply via email to