From f452a2b3e4e4279b27594a8ddb66525442d59227 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Fri, 19 Aug 2011 10:22:38 +0200 Subject: Imported Upstream version 5.3.7 --- ext/dom/xpath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/dom/xpath.c') diff --git a/ext/dom/xpath.c b/ext/dom/xpath.c index e9bd75340..6b650577b 100644 --- a/ext/dom/xpath.c +++ b/ext/dom/xpath.c @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: xpath.c 306939 2011-01-01 02:19:59Z felipe $ */ +/* $Id: xpath.c 313665 2011-07-25 11:42:53Z felipe $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -68,7 +68,7 @@ const zend_function_entry php_dom_xpath_class_functions[] = { PHP_FALIAS(query, dom_xpath_query, arginfo_dom_xpath_query) PHP_FALIAS(evaluate, dom_xpath_evaluate, arginfo_dom_xpath_evaluate) PHP_FALIAS(registerPhpFunctions, dom_xpath_register_php_functions, arginfo_dom_xpath_register_php_functions) - {NULL, NULL, NULL} + PHP_FE_END }; -- cgit v1.2.3