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
|
@ -574,7 +574,7 @@ zend_module_entry imap_module_entry = {
|
|||
PHP_RINIT(imap),
|
||||
PHP_RSHUTDOWN(imap),
|
||||
PHP_MINFO(imap),
|
||||
NO_VERSION_YET,
|
||||
PHP_IMAP_VERSION,
|
||||
PHP_MODULE_GLOBALS(imap),
|
||||
PHP_GINIT(imap),
|
||||
NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue