summaryrefslogtreecommitdiff
path: root/ext/domxml
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-12-09 08:14:15 +0000
committerChristian Stocker <chregu@php.net>2002-12-09 08:14:15 +0000
commitbda98029b4ba19c61bffbbe3c585641f85431d5c (patch)
treee38b97ed660b63306a86e59c75ce83e84cb306c6 /ext/domxml
parent671c6bb4c31ced100a4c93a10a8ac2e84398e2ab (diff)
downloadphp-git-bda98029b4ba19c61bffbbe3c585641f85431d5c.tar.gz
PHP_FALIAS for doc_get_elements_by_tagname got lost
Diffstat (limited to 'ext/domxml')
-rw-r--r--ext/domxml/php_domxml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c
index 4ba91fc07d..709557f452 100644
--- a/ext/domxml/php_domxml.c
+++ b/ext/domxml/php_domxml.c
@@ -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 */