summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-03-23 20:33:54 +0100
committerAnatol Belski <ab@php.net>2015-03-23 20:33:54 +0100
commit2d78023244eaa5ec60b1325e530150394d625fa8 (patch)
tree8c860ae1f6a44fa7bf7ae8e9f2406af91c1abe9c /ext/imap/php_imap.h
parentec89c85054e44a0d4ea85f62601405843cd05d5d (diff)
downloadphp-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.h2
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 */