Browse Source

remove xml debug code

PEAR_1_4DEV
Rob Richards 23 years ago
parent
commit
7ba3cb8c1e
  1. 2
      ext/dom/php_dom.c

2
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;
}

Loading…
Cancel
Save