summaryrefslogtreecommitdiff
path: root/sapi/cgi
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2003-02-17 13:29:59 +0000
committerZeev Suraski <zeev@php.net>2003-02-17 13:29:59 +0000
commit4934744b9334b7f0ba31f31830896d2c1f089246 (patch)
tree68bab5bad35b1d318a6313c7a8cfc22bac4397bd /sapi/cgi
parentfb607799cc3aa512136e9c8ec480c043050e5aeb (diff)
downloadphp-git-4934744b9334b7f0ba31f31830896d2c1f089246.tar.gz
Win32 build improvements
Diffstat (limited to 'sapi/cgi')
-rw-r--r--sapi/cgi/cgi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index a4a8dcbc5a..e540039ee4 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -1572,7 +1572,7 @@ consult the installation file that came with this distribution, or visit \n\
sapi_shutdown();
#ifdef ZTS
- tsrm_shutdown();
+ /*tsrm_shutdown();*/
#endif
#if PHP_WIN32 && ZEND_DEBUG && 0