summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/php_pdo_firebird.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_firebird/php_pdo_firebird.h')
-rw-r--r--ext/pdo_firebird/php_pdo_firebird.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pdo_firebird/php_pdo_firebird.h b/ext/pdo_firebird/php_pdo_firebird.h
index 3939bb90c8..185ff14853 100644
--- a/ext/pdo_firebird/php_pdo_firebird.h
+++ b/ext/pdo_firebird/php_pdo_firebird.h
@@ -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