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/mysqli/php_mysqli.h | |
parent | ec89c85054e44a0d4ea85f62601405843cd05d5d (diff) | |
download | php-git-2d78023244eaa5ec60b1325e530150394d625fa8.tar.gz |
cleanup the mod version macros, round 2
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r-- | ext/mysqli/php_mysqli.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h index efae22be0e..3cfc8fa847 100644 --- a/ext/mysqli/php_mysqli.h +++ b/ext/mysqli/php_mysqli.h @@ -26,6 +26,9 @@ #define phpext_mysqli_ptr &mysqli_module_entry extern zend_module_entry mysqli_module_entry; +#include "php_version.h" +#define PHP_MYSQLI_VERSION PHP_VERSION + #endif /* PHP_MYSQLI.H */ /* |