]> granicus.if.org Git - php/commitdiff
PHP_FALIAS for doc_get_elements_by_tagname got lost
authorChristian Stocker <chregu@php.net>
Mon, 9 Dec 2002 08:14:15 +0000 (08:14 +0000)
committerChristian Stocker <chregu@php.net>
Mon, 9 Dec 2002 08:14:15 +0000 (08:14 +0000)
ext/domxml/php_domxml.c

index 4ba91fc07d95db62c5f227cc3b7b7aabbb6510a6..709557f452d266601bca0dd0e9d5b5027c5c0465 100644 (file)
@@ -317,6 +317,7 @@ static function_entry php_domxmldoc_class_functions[] = {
        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 */