summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2003-01-05 21:11:39 +0000
committerDerick Rethans <derick@php.net>2003-01-05 21:11:39 +0000
commitada8f840192df25dba9fbbcce7015ed49ad706f7 (patch)
treede3cccd64efcfb20b032e01fa02d0bc8f5ca1223 /ext/mysql/php_mysql.c
parent73cac507add197fbef6656f0214f6c2d641ed658 (diff)
downloadphp-git-ada8f840192df25dba9fbbcce7015ed49ad706f7.tar.gz
- MFH (Fix for bug #21435)
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r--ext/mysql/php_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c
index d2ff1e5a86..e5cb6bb366 100644
--- a/ext/mysql/php_mysql.c
+++ b/ext/mysql/php_mysql.c
@@ -987,7 +987,7 @@ PHP_FUNCTION(mysql_get_server_info)
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;