]> granicus.if.org Git - php/commitdiff
register_namespace changed to registerNamespace for consistency
authorRob Richards <rrichards@php.net>
Tue, 6 Apr 2004 18:26:19 +0000 (18:26 +0000)
committerRob Richards <rrichards@php.net>
Tue, 6 Apr 2004 18:26:19 +0000 (18:26 +0000)
ext/dom/xpath.c

index f6e9efd06ed0194b85be7d933db285ee1587e52a..e4e22c0a41cc473b6f42c837c114dbdf0fbfb9da 100644 (file)
@@ -36,7 +36,7 @@
 
 zend_function_entry php_dom_xpath_class_functions[] = {
        PHP_ME(domxpath, __construct, NULL, ZEND_ACC_PUBLIC)
-       PHP_FALIAS(register_namespace, dom_xpath_register_ns, NULL)
+       PHP_FALIAS(registerNamespace, dom_xpath_register_ns, NULL)
        PHP_FALIAS(query, dom_xpath_query, NULL)
        {NULL, NULL, NULL}
 };