summaryrefslogtreecommitdiff
path: root/sapi/pi3web
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2002-02-02 19:53:43 +0000
committerSebastian Bergmann <sebastian@php.net>2002-02-02 19:53:43 +0000
commitdcd4e0a2ec4c3935e51964cf07c097747f6286ef (patch)
treeb6c851152b84504dfd77b343f623844e7107bccc /sapi/pi3web
parentfd884e2bea46244531657526cbf1e32a8bd34f9f (diff)
downloadphp-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.c1
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);