diff options
author | Rob Richards <rrichards@php.net> | 2003-07-27 20:21:36 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2003-07-27 20:21:36 +0000 |
commit | 7ba3cb8c1e5b6966db3d7a8cd65ec48995597400 (patch) | |
tree | 5ded4bab256ccc3851daec8861102003ac3d9d13 /ext/dom/php_dom.c | |
parent | cd4a281364a50b94b8fbfd131e51bdf54f853254 (diff) | |
download | php-git-7ba3cb8c1e5b6966db3d7a8cd65ec48995597400.tar.gz |
remove xml debug code
Diffstat (limited to 'ext/dom/php_dom.c')
-rw-r--r-- | ext/dom/php_dom.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |