From dcd4e0a2ec4c3935e51964cf07c097747f6286ef Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 2 Feb 2002 19:53:43 +0000 Subject: Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_default_compile_time_values(). --- sapi/pi3web/pi3web_sapi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sapi/pi3web') 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); -- cgit v1.2.1