[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] cvs: php4(PHP_4_0_7) /ext/domxml php_domxml.c
From:       "Joey Smith" <joey () joeysmith ! com>
Date:       2001-08-29 21:57:18
[Download RAW message or body]

joey		Wed Aug 29 18:26:53 2001 EDT

  Modified files:              (Branch: PHP_4_0_7)
    /php4/ext/domxml	php_domxml.c 
  Log:
  MFH
  
  
Index: php4/ext/domxml/php_domxml.c
diff -u php4/ext/domxml/php_domxml.c:1.67.2.2 php4/ext/domxml/php_domxml.c:1.67.2.3
--- php4/ext/domxml/php_domxml.c:1.67.2.2	Sun Aug 26 07:56:41 2001
+++ php4/ext/domxml/php_domxml.c	Wed Aug 29 18:26:53 2001
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_domxml.c,v 1.67.2.2 2001/08/26 11:56:41 joey Exp $ */
+/* $Id: php_domxml.c,v 1.67.2.3 2001/08/29 22:26:53 joey Exp $ */
 
 
 #ifdef HAVE_CONFIG_H
@@ -802,6 +802,7 @@
 	   Therefore nodes, attributes etc. may not be freed seperately.
 	 */
 	le_domxmlnodep = zend_register_list_destructors_ex(php_free_xml_node, NULL, \
"domnode", module_number); +	le_domxmlcommentp = \
zend_register_list_destructors_ex(php_free_xml_node, NULL, "domnode", module_number); \
le_domxmlattrp = zend_register_list_destructors_ex(php_free_xml_node, NULL, \
"domattribute", module_number);  le_domxmltextp = \
zend_register_list_destructors_ex(php_free_xml_node, NULL, "domtext", module_number); \
le_domxmlelementp =	zend_register_list_destructors_ex(php_free_xml_node, NULL, \
"domelement", module_number);



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-cvs-unsubscribe@lists.php.net
For additional commands, e-mail: php-cvs-help@lists.php.net
To contact the list administrators, e-mail: php-list-admin@lists.php.net


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic