From: Marcus Boerger Date: Fri, 18 May 2007 04:31:39 +0000 (+0000) Subject: - Drop RINIT completely (as discussed @ php|tek) X-Git-Tag: RELEASE_1_2_0~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cbfd2271f9dde130c5bad3637a35da10a5c3eab;p=php - Drop RINIT completely (as discussed @ php|tek) --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index f2c0e1bf6f..d8f3b4b5be 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -3460,14 +3460,6 @@ PHP_MSHUTDOWN_FUNCTION(phar) /* {{{ */ } /* }}} */ -PHP_RINIT_FUNCTION(phar) /* {{{ */ -{ - PHAR_GLOBALS->request_done = 0; - PHAR_GLOBALS->request_ends = 0; - PHAR_GLOBALS->request_init = 0; - return SUCCESS; -} - void phar_request_initialize(TSRMLS_D) /* {{{ */ { if (!PHAR_GLOBALS->request_init)