diff options
author | Anatol Belski <ab@php.net> | 2015-03-23 20:54:55 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-23 20:54:55 +0100 |
commit | 19360f386ec3e78f7f57f9e943569410dc2f718f (patch) | |
tree | 66a8740389d7e9e161de12088f7fa36c96ea80b8 /ext/pdo_mysql/php_pdo_mysql.h | |
parent | 2d78023244eaa5ec60b1325e530150394d625fa8 (diff) | |
download | php-git-19360f386ec3e78f7f57f9e943569410dc2f718f.tar.gz |
cleanup mod version macros, round 3
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql.h')
-rw-r--r-- | ext/pdo_mysql/php_pdo_mysql.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql.h b/ext/pdo_mysql/php_pdo_mysql.h index a70190b66a..78b16ef861 100644 --- a/ext/pdo_mysql/php_pdo_mysql.h +++ b/ext/pdo_mysql/php_pdo_mysql.h @@ -24,6 +24,9 @@ extern zend_module_entry pdo_mysql_module_entry; #define phpext_pdo_mysql_ptr &pdo_mysql_module_entry +#include "php_version.h" +#define PHP_PDO_MYSQL_VERSION PHP_VERSION + #ifdef PHP_WIN32 #define PHP_PDO_MYSQL_API __declspec(dllexport) #else |