- Get rid of RINIT completely

This commit is contained in:
Marcus Boerger 2007-05-16 23:20:31 +00:00
parent 5e3af23d20
commit 4313bce995

View file

@ -3548,7 +3548,7 @@ zend_module_entry phar_module_entry = {
phar_functions, phar_functions,
PHP_MINIT(phar), PHP_MINIT(phar),
PHP_MSHUTDOWN(phar), PHP_MSHUTDOWN(phar),
PHP_RINIT(phar), NULL,
PHP_RSHUTDOWN(phar), PHP_RSHUTDOWN(phar),
PHP_MINFO(phar), PHP_MINFO(phar),
PHAR_EXT_VERSION_STR, PHAR_EXT_VERSION_STR,