diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index ab4790ef33bca..af5d15f23b7ca 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1920,7 +1920,7 @@ consult the installation file that came with this distribution, or visit \n\ the manual page.

\n"); } zend_catch { } zend_end_try(); -#if defined(ZTS) && !defined(PHP_DEBUG) +#if defined(ZTS) && !PHP_DEBUG /* XXX we're crashing here in msvc6 debug builds at * php_message_handler_for_zend:839 because * SG(request_info).path_translated is an invalid pointer.