rrichards Sun Nov 30 07:30:30 2003 EDT
Modified files:
/php-src/ext/dom php_dom.c
Log:
remove call to xmlMemoryDump
Index: php-src/ext/dom/php_dom.c
diff -u php-src/ext/dom/php_dom.c:1.41 php-src/ext/dom/php_dom.c:1.42
--- php-src/ext/dom/php_dom.c:1.41 Sat Nov 29 15:40:17 2003
+++ php-src/ext/dom/php_dom.c Sun Nov 30 07:30:29 2003
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_dom.c,v 1.41 2003/11/29 20:40:17 rrichards Exp $ */
+/* $Id: php_dom.c,v 1.42 2003/11/30 12:30:29 rrichards Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -692,7 +692,7 @@
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;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php