summaryrefslogtreecommitdiff
path: root/Zend/zend.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2008-12-30 18:17:28 +0000
committerMarcus Boerger <helly@php.net>2008-12-30 18:17:28 +0000
commit6e29350fb87a1153a3ee1ba85d56b822dd49676b (patch)
treee7ab2442fb214c0ec0888608009c65222610c49b /Zend/zend.c
parent4d3f948495345c9444ab3b0cb02e10d568405e71 (diff)
downloadphp-git-6e29350fb87a1153a3ee1ba85d56b822dd49676b.tar.gz
Use a module struct for the built-in functions
Diffstat (limited to 'Zend/zend.c')
-rw-r--r--Zend/zend.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend.c b/Zend/zend.c
index d2b9145bca..3480eaf386 100644
--- a/Zend/zend.c
+++ b/Zend/zend.c
@@ -1243,7 +1243,6 @@ void zend_shutdown(TSRMLS_D) /* {{{ */
#endif
zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
zend_hash_graceful_reverse_destroy(&module_registry);
- zend_shutdown_builtin_functions(TSRMLS_C);
zend_hash_destroy(GLOBAL_FUNCTION_TABLE);
zend_hash_destroy(GLOBAL_CLASS_TABLE);