summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2002-09-23 11:35:22 +0000
committerZeev Suraski <zeev@php.net>2002-09-23 11:35:22 +0000
commitd31604997b029f5658cbbff3fca8e5d77ef5cd62 (patch)
treee592291853e3dbbc338554b43fc253d3f9c80a87
parent8a1556b3a1fcbead75018046a93349022a02d260 (diff)
downloadphp-git-d31604997b029f5658cbbff3fca8e5d77ef5cd62.tar.gz
We leak quite a few things intentionally, if you want to debug it - enable
explicitly please..
-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 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