From 7b1f927ef5ca7cbf7a835c3eb08ff4a783059d24 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Tue, 6 Apr 2004 18:26:19 +0000 Subject: [PATCH] register_namespace changed to registerNamespace for consistency --- ext/dom/xpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dom/xpath.c b/ext/dom/xpath.c index f6e9efd06e..e4e22c0a41 100644 --- a/ext/dom/xpath.c +++ b/ext/dom/xpath.c @@ -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} }; -- 2.50.1