summaryrefslogtreecommitdiff
path: root/ext/xsl
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-08-19 10:22:38 +0200
committerOndřej Surý <ondrej@sury.org>2011-08-19 10:22:38 +0200
commitf452a2b3e4e4279b27594a8ddb66525442d59227 (patch)
treed05cb62c5515ada33076d3cc3e49b664733a478c /ext/xsl
parent038ba12e8724d537040e88ec794354b0c063f0a6 (diff)
downloadphp-f452a2b3e4e4279b27594a8ddb66525442d59227.tar.gz
Imported Upstream version 5.3.7upstream/5.3.7
Diffstat (limited to 'ext/xsl')
-rw-r--r--ext/xsl/php_xsl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/xsl/php_xsl.c b/ext/xsl/php_xsl.c
index 2d473f412..b484303d5 100644
--- a/ext/xsl/php_xsl.c
+++ b/ext/xsl/php_xsl.c
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_xsl.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_xsl.c 314376 2011-08-06 14:47:44Z felipe $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -35,13 +35,13 @@ static zend_object_handlers xsl_object_handlers;
* Every user visible function must have an entry in xsl_functions[].
*/
const zend_function_entry xsl_functions[] = {
- {NULL, NULL, NULL} /* Must be the last line in xsl_functions[] */
+ PHP_FE_END
};
/* }}} */
static const zend_module_dep xsl_deps[] = {
ZEND_MOD_REQUIRED("libxml")
- {NULL, NULL, NULL}
+ ZEND_MOD_END
};
/* {{{ xsl_module_entry