diff options
author | Zeev Suraski <zeev@php.net> | 2002-09-23 11:35:22 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2002-09-23 11:35:22 +0000 |
commit | d31604997b029f5658cbbff3fca8e5d77ef5cd62 (patch) | |
tree | e592291853e3dbbc338554b43fc253d3f9c80a87 | |
parent | 8a1556b3a1fcbead75018046a93349022a02d260 (diff) | |
download | php-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.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 |