diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-02-02 19:53:43 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-02-02 19:53:43 +0000 |
commit | dcd4e0a2ec4c3935e51964cf07c097747f6286ef (patch) | |
tree | b6c851152b84504dfd77b343f623844e7107bccc /sapi/pi3web | |
parent | fd884e2bea46244531657526cbf1e32a8bd34f9f (diff) | |
download | php-git-dcd4e0a2ec4c3935e51964cf07c097747f6286ef.tar.gz |
Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_default_compile_time_values().
Diffstat (limited to 'sapi/pi3web')
-rw-r--r-- | sapi/pi3web/pi3web_sapi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c index 9d56e38916..10394acc65 100644 --- a/sapi/pi3web/pi3web_sapi.c +++ b/sapi/pi3web/pi3web_sapi.c @@ -384,7 +384,6 @@ DWORD PHP4_wrapper(LPCONTROL_BLOCK lpCB) file_handle.type = ZEND_HANDLE_FILENAME; file_handle.opened_path = NULL; - CG(extended_info) = 0; init_request_info(lpCB TSRMLS_CC); php_request_startup(TSRMLS_C); |