rrichards               Sun Jul 27 16:21:36 2003 EDT

  Modified files:              
    /php-src/ext/dom    php_dom.c 
  Log:
  remove xml debug code
  
Index: php-src/ext/dom/php_dom.c
diff -u php-src/ext/dom/php_dom.c:1.22 php-src/ext/dom/php_dom.c:1.23
--- php-src/ext/dom/php_dom.c:1.22      Sun Jul 27 13:57:06 2003
+++ php-src/ext/dom/php_dom.c   Sun Jul 27 16:21:36 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_dom.c,v 1.22 2003/07/27 17:57:06 rrichards Exp $ */
+/* $Id: php_dom.c,v 1.23 2003/07/27 20:21:36 rrichards Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -680,7 +680,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

Reply via email to