diff options
author | Sascha Schumann <sas@php.net> | 2001-05-05 11:11:32 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-05-05 11:11:32 +0000 |
commit | d998ae4e5b66872c9aec1aa81b5a6d30f5f08b84 (patch) | |
tree | 8ae37d81f4fa9082b0f7207301841656e7930b07 /ext/mysql/php_mysql.c | |
parent | 459e04f0a005c965b0dfe8e69cbfaf382a2a2c09 (diff) | |
download | php-git-d998ae4e5b66872c9aec1aa81b5a6d30f5f08b84.tar.gz |
Fix broken ZTS build.
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 82509151df..078e48b4d0 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -331,6 +331,7 @@ PHP_RINIT_FUNCTION(mysql) PHP_RSHUTDOWN_FUNCTION(mysql) { + MySLS_FETCH(); if (MySG(connect_error)!=NULL) { efree(MySG(connect_error)); } |