summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/php_pdo_odbc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_odbc/php_pdo_odbc.h')
-rw-r--r--ext/pdo_odbc/php_pdo_odbc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pdo_odbc/php_pdo_odbc.h b/ext/pdo_odbc/php_pdo_odbc.h
index b7a23eada7..fb0be1b0b9 100644
--- a/ext/pdo_odbc/php_pdo_odbc.h
+++ b/ext/pdo_odbc/php_pdo_odbc.h
@@ -24,6 +24,9 @@
extern zend_module_entry pdo_odbc_module_entry;
#define phpext_pdo_odbc_ptr &pdo_odbc_module_entry
+#include "php_version.h"
+#define PHP_PDO_ODBC_VERSION PHP_VERSION
+
#ifdef ZTS
#include "TSRM.h"
#endif