zeev Mon Sep 23 07:35:22 2002 EDT
Modified files:
/php4/sapi/cgi cgi_main.c
Log:
We leak quite a few things intentionally, if you want to debug it - enable
explicitly please..
Index: php4/sapi/cgi/cgi_main.c
diff -u php4/sapi/cgi/cgi_main.c:1.181 php4/sapi/cgi/cgi_main.c:1.182
--- php4/sapi/cgi/cgi_main.c:1.181 Wed Sep 18 17:57:32 2002
+++ php4/sapi/cgi/cgi_main.c Mon Sep 23 07:35:22 2002
@@ -1145,7 +1145,7 @@
tsrm_shutdown();
#endif
-#if PHP_WIN32 && ZEND_DEBUG
+#if PHP_WIN32 && ZEND_DEBUG && 0
_CrtDumpMemoryLeaks( );
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php