diff options
author | Anatol Belski <ab@php.net> | 2015-03-23 20:33:54 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-23 20:33:54 +0100 |
commit | 2d78023244eaa5ec60b1325e530150394d625fa8 (patch) | |
tree | 8c860ae1f6a44fa7bf7ae8e9f2406af91c1abe9c /ext/imap/php_imap.h | |
parent | ec89c85054e44a0d4ea85f62601405843cd05d5d (diff) | |
download | php-git-2d78023244eaa5ec60b1325e530150394d625fa8.tar.gz |
cleanup the mod version macros, round 2
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r-- | ext/imap/php_imap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index a697a26b70..eb87a04e47 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -46,6 +46,8 @@ extern zend_module_entry imap_module_entry; #define imap_module_ptr &imap_module_entry +#include "php_version.h" +#define PHP_IMAP_VERSION PHP_VERSION /* Data types */ |