Browse Source

- Drop RINIT completely (as discussed @ php|tek)

PHAR_1_2
Marcus Boerger 19 years ago
parent
commit
6cbfd2271f
  1. 8
      ext/phar/phar.c

8
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)

Loading…
Cancel
Save