From: Wez Furlong Date: Tue, 30 Apr 2002 00:17:48 +0000 (+0000) Subject: revert... X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=479aa767f56344c87d4143a35de22a562627ade6;p=php revert... --- diff --git a/main/main.c b/main/main.c index afcb7c47d9..737507ac1d 100644 --- a/main/main.c +++ b/main/main.c @@ -963,11 +963,6 @@ int php_module_startup(sapi_module_struct *sf) REGISTER_INI_ENTRIES(); - if (php_iface_init(TSRMLS_C) == FAILURE) { - php_printf("PHP: Unable to initialize interface subsystem.\n"); - return FAILURE; - } - /* initialize stream wrappers registry * (this uses configuration parameters from php.ini) */ @@ -1077,7 +1072,6 @@ void php_module_shutdown(TSRMLS_D) zend_shutdown(TSRMLS_C); php_shutdown_stream_wrappers(TSRMLS_C); - php_iface_shutdown(TSRMLS_C); php_shutdown_info_logos(); UNREGISTER_INI_ENTRIES();