From 4313bce995262ce7b80fa3a9991bfd48a4c7607b Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 16 May 2007 23:20:31 +0000 Subject: [PATCH] - Get rid of RINIT completely --- ext/phar/phar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/phar.c b/ext/phar/phar.c index fcc40a34b5..f2c0e1bf6f 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -3548,7 +3548,7 @@ zend_module_entry phar_module_entry = { phar_functions, PHP_MINIT(phar), PHP_MSHUTDOWN(phar), - PHP_RINIT(phar), + NULL, PHP_RSHUTDOWN(phar), PHP_MINFO(phar), PHAR_EXT_VERSION_STR, -- 2.50.1