diff options
| author | Wez Furlong <wez@php.net> | 2002-04-30 00:17:48 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2002-04-30 00:17:48 +0000 |
| commit | 479aa767f56344c87d4143a35de22a562627ade6 (patch) | |
| tree | 361e6dbe48d0b8573225d26ef4ac8a8d7f1a1e07 /main/main.c | |
| parent | 37411dd67427babef896b10c55d8f92ff09c318c (diff) | |
| download | php-git-479aa767f56344c87d4143a35de22a562627ade6.tar.gz | |
revert...
Diffstat (limited to 'main/main.c')
| -rw-r--r-- | main/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
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(); |
