mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
cleanup the mod version macros, round 2
This commit is contained in:
parent
ec89c85054
commit
2d78023244
33 changed files with 57 additions and 34 deletions
|
@ -874,9 +874,7 @@ static PHP_GINIT_FUNCTION(intl);
|
|||
|
||||
/* {{{ intl_module_entry */
|
||||
zend_module_entry intl_module_entry = {
|
||||
#if ZEND_MODULE_API_NO >= 20010901
|
||||
STANDARD_MODULE_HEADER,
|
||||
#endif
|
||||
"intl",
|
||||
intl_functions,
|
||||
PHP_MINIT( intl ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue