chregu Mon Dec 9 03:14:16 2002 EDT Modified files: /php4/ext/domxml php_domxml.c Log: PHP_FALIAS for doc_get_elements_by_tagname got lost Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.226 php4/ext/domxml/php_domxml.c:1.227 --- php4/ext/domxml/php_domxml.c:1.226 Thu Dec 5 16:50:21 2002 +++ php4/ext/domxml/php_domxml.c Mon Dec 9 03:14:15 2002 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_domxml.c,v 1.226 2002/12/05 21:50:21 helly Exp $ */ +/* $Id: php_domxml.c,v 1.227 2002/12/09 08:14:15 chregu Exp $ */ /* TODO * - Support Notation Nodes @@ -317,6 +317,7 @@ PHP_FALIAS(create_cdata_section, domxml_doc_create_cdata_section, NULL) PHP_FALIAS(create_entity_reference, domxml_doc_create_entity_reference, NULL) PHP_FALIAS(create_processing_instruction, domxml_doc_create_processing_instruction, NULL) + PHP_FALIAS(get_elements_by_tagname, domxml_doc_get_elements_by_tagname, + NULL) PHP_FALIAS(get_element_by_id, domxml_doc_get_element_by_id, NULL) /* Everything below this comment is none DOM compliant */ /* children is deprecated because it is inherited from DomNode */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php