diff options
Diffstat (limited to 'ext/pdo_pgsql/php_pdo_pgsql.h')
-rw-r--r-- | ext/pdo_pgsql/php_pdo_pgsql.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pdo_pgsql/php_pdo_pgsql.h b/ext/pdo_pgsql/php_pdo_pgsql.h index 643798e4ec..359c45213c 100644 --- a/ext/pdo_pgsql/php_pdo_pgsql.h +++ b/ext/pdo_pgsql/php_pdo_pgsql.h @@ -26,6 +26,9 @@ extern zend_module_entry pdo_pgsql_module_entry; #define phpext_pdo_pgsql_ptr &pdo_pgsql_module_entry +#include "php_version.h" +#define PHP_PDO_PGSQL_VERSION PHP_VERSION + #ifdef ZTS #include "TSRM.h" #endif |