From: Zeev Suraski Date: Mon, 25 Sep 2000 17:02:05 +0000 (+0000) Subject: Move extension startup further down the startup sequence X-Git-Tag: php-4.0.3RC1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59d3eb5f2401997cbfa0d23951964f462eab069e;p=php Move extension startup further down the startup sequence --- diff --git a/Zend/zend.c b/Zend/zend.c index 01737f8946..ef08a88271 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -353,8 +353,6 @@ int zend_startup(zend_utility_functions *utility_functions, char **extensions, i zend_compile_file = compile_file; zend_execute = execute; - zend_startup_extensions(); - /* set up version */ zend_version_info = strdup(ZEND_CORE_VERSION_INFO); zend_version_info_length = sizeof(ZEND_CORE_VERSION_INFO)-1;