]> granicus.if.org Git - php/commitdiff
We leak quite a few things intentionally, if you want to debug it - enable
authorZeev Suraski <zeev@php.net>
Mon, 23 Sep 2002 11:35:22 +0000 (11:35 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 23 Sep 2002 11:35:22 +0000 (11:35 +0000)
explicitly please..

sapi/cgi/cgi_main.c

index 29ef0025b54728a5b7ca97175998bf3d914586e6..7b276df55723f0e43e71956597fbb30add67f06f 100644 (file)
@@ -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