]> granicus.if.org Git - php/commitdiff
comment xmlMemoryDump() out (only needed for debugging)
authorChristian Stocker <chregu@php.net>
Thu, 10 Apr 2003 13:11:00 +0000 (13:11 +0000)
committerChristian Stocker <chregu@php.net>
Thu, 10 Apr 2003 13:11:00 +0000 (13:11 +0000)
ext/domxml/php_domxml.c

index 77237cef06fc7ed07ea23d2dbaa9f5354eec44fa..8cee79786c4b858d8d486e08b809ae0140801dba 100644 (file)
@@ -1544,7 +1544,7 @@ PHP_MSHUTDOWN_FUNCTION(domxml)
 /*     If you want do find memleaks in this module, compile libxml2 with --with-mem-debug and
        uncomment the following line, this will tell you the amount of not freed memory
        and the total used memory into apaches error_log  */
-       xmlMemoryDump(); 
+/*     xmlMemoryDump(); */
 
        return SUCCESS;
 }