diff options
author | Anatol Belski <ab@php.net> | 2015-03-23 21:30:22 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-23 21:30:22 +0100 |
commit | 663074b6b1fa4534fbbb65462aeef40f2c983ad5 (patch) | |
tree | eea8e6fa4c9aa305c12548dfda6d8f36f5c2957f /ext/zlib/php_zlib.h | |
parent | 19360f386ec3e78f7f57f9e943569410dc2f718f (diff) | |
download | php-git-663074b6b1fa4534fbbb65462aeef40f2c983ad5.tar.gz |
cleanup mod version macros and mod defs, round x
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r-- | ext/zlib/php_zlib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index 2a8e443eba..6da5e2e543 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -23,6 +23,9 @@ #ifndef PHP_ZLIB_H #define PHP_ZLIB_H +#include "php_version.h" +#define PHP_ZLIB_VERSION PHP_VERSION + #include <zlib.h> #define PHP_ZLIB_ENCODING_RAW -0xf |