diff options
-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 29ef0025b5..7b276df557 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1145,7 +1145,7 @@ consult the installation file that came with this distribution, or visit \n\ tsrm_shutdown(); #endif -#if PHP_WIN32 && ZEND_DEBUG +#if PHP_WIN32 && ZEND_DEBUG && 0 _CrtDumpMemoryLeaks( ); #endif |