diff options
author | Zeev Suraski <zeev@php.net> | 2003-02-17 13:29:59 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-02-17 13:29:59 +0000 |
commit | 4934744b9334b7f0ba31f31830896d2c1f089246 (patch) | |
tree | 68bab5bad35b1d318a6313c7a8cfc22bac4397bd /sapi/cgi | |
parent | fb607799cc3aa512136e9c8ec480c043050e5aeb (diff) | |
download | php-git-4934744b9334b7f0ba31f31830896d2c1f089246.tar.gz |
Win32 build improvements
Diffstat (limited to 'sapi/cgi')
-rw-r--r-- | sapi/cgi/cgi_main.c | 2 |
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 |