summaryrefslogtreecommitdiff
path: root/ext/mysql
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-05-05 11:11:32 +0000
committerSascha Schumann <sas@php.net>2001-05-05 11:11:32 +0000
commitd998ae4e5b66872c9aec1aa81b5a6d30f5f08b84 (patch)
tree8ae37d81f4fa9082b0f7207301841656e7930b07 /ext/mysql
parent459e04f0a005c965b0dfe8e69cbfaf382a2a2c09 (diff)
downloadphp-git-d998ae4e5b66872c9aec1aa81b5a6d30f5f08b84.tar.gz
Fix broken ZTS build.
Diffstat (limited to 'ext/mysql')
-rw-r--r--ext/mysql/php_mysql.c1
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));
}