mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Get rid of RINIT completely
This commit is contained in:
parent
5e3af23d20
commit
4313bce995
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue