diff options
Diffstat (limited to 'ext/pdo_firebird/php_pdo_firebird.h')
| -rw-r--r-- | ext/pdo_firebird/php_pdo_firebird.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/pdo_firebird/php_pdo_firebird.h b/ext/pdo_firebird/php_pdo_firebird.h index ceee6ea268..61f7486a1c 100644 --- a/ext/pdo_firebird/php_pdo_firebird.h +++ b/ext/pdo_firebird/php_pdo_firebird.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2016 The PHP Group | +----------------------------------------------------------------------+ @@ -22,6 +22,9 @@ extern zend_module_entry pdo_firebird_module_entry; #define phpext_pdo_firebird_ptr &pdo_firebird_module_entry +#include "php_version.h" +#define PHP_PDO_FIREBIRD_VERSION PHP_VERSION + #ifdef ZTS #include "TSRM.h" #endif |
