summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-xext/spl/php_spl.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c
index 30e4d7814d..4121c2b0ed 100755
--- a/ext/spl/php_spl.c
+++ b/ext/spl/php_spl.c
@@ -48,13 +48,6 @@ ZEND_DECLARE_MODULE_GLOBALS(spl)
#define SPL_DEFAULT_FILE_EXTENSIONS ".inc,.php"
-/* {{{ spl_functions_none
- */
-const zend_function_entry spl_functions_none[] = {
- {NULL, NULL, NULL}
-};
-/* }}} */
-
/* {{{ PHP_GINIT_FUNCTION
*/
static PHP_GINIT_FUNCTION(spl)
@@ -771,7 +764,7 @@ static const zend_module_dep spl_deps[] = {
/* {{{ spl_module_entry
*/
-zend_module_entry spl_module_entry = {
+const zend_module_entry spl_module_entry = {
#ifdef HAVE_SIMPLEXML
STANDARD_MODULE_HEADER_EX, NULL,
spl_deps,