From 7ba3cb8c1e5b6966db3d7a8cd65ec48995597400 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Sun, 27 Jul 2003 20:21:36 +0000 Subject: [PATCH] remove xml debug code --- ext/dom/php_dom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c index 17964978ef..dc56503160 100644 --- a/ext/dom/php_dom.c +++ b/ext/dom/php_dom.c @@ -680,7 +680,7 @@ PHP_MSHUTDOWN_FUNCTION(dom) 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; } -- 2.50.1