summaryrefslogtreecommitdiff
path: root/ext/msql
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-08-05 13:41:17 +0000
committerAndrey Hristov <andrey@php.net>1999-08-05 13:41:17 +0000
commit48c36437533ae9e66c08e465d709c428891e594f (patch)
treec3cc82d4e78560e7a81e4d6230b5385e2bdba07f /ext/msql
parent2c73cc3b2916fc0131f0cb9532e1ea3dba0d7f3c (diff)
downloadphp-git-48c36437533ae9e66c08e465d709c428891e594f.tar.gz
Fixed.
Diffstat (limited to 'ext/msql')
-rw-r--r--ext/msql/msql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/msql/msql.c b/ext/msql/msql.c
index ab6e0877cd..1ae81c0811 100644
--- a/ext/msql/msql.c
+++ b/ext/msql/msql.c
@@ -252,6 +252,7 @@ DLEXPORT PHP_MINIT_FUNCTION(msql)
}
DLEXPORT PHP_MSHUTDOWN_FUNCTION(msql)
+{
#ifdef THREAD_SAFE
msql_global_struct *msql_globals;
msql_globals = TlsGetValue(MSQLTls);