diff options
author | Anatol Belski <ab@php.net> | 2015-03-23 20:33:54 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-23 20:33:54 +0100 |
commit | 2d78023244eaa5ec60b1325e530150394d625fa8 (patch) | |
tree | 8c860ae1f6a44fa7bf7ae8e9f2406af91c1abe9c /ext/interbase/php_interbase.h | |
parent | ec89c85054e44a0d4ea85f62601405843cd05d5d (diff) | |
download | php-git-2d78023244eaa5ec60b1325e530150394d625fa8.tar.gz |
cleanup the mod version macros, round 2
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r-- | ext/interbase/php_interbase.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index 65e1fa8c0b..3e21f07f5a 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -24,6 +24,9 @@ extern zend_module_entry ibase_module_entry; #define phpext_interbase_ptr &ibase_module_entry +#include "php_version.h" +#define PHP_INTERBASE_VERSION PHP_VERSION + PHP_MINIT_FUNCTION(ibase); PHP_RINIT_FUNCTION(ibase); PHP_MSHUTDOWN_FUNCTION(ibase); |