We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1b4a1 commit a7e11fbCopy full SHA for a7e11fb
interbase.c
@@ -451,7 +451,7 @@ zend_module_entry ibase_module_entry = {
451
NULL,
452
PHP_RSHUTDOWN(ibase),
453
PHP_MINFO(ibase),
454
- NO_VERSION_YET,
+ PHP_INTERBASE_VERSION,
455
PHP_MODULE_GLOBALS(ibase),
456
PHP_GINIT(ibase),
457
php_interbase.h
@@ -24,6 +24,9 @@
24
extern zend_module_entry ibase_module_entry;
25
#define phpext_interbase_ptr &ibase_module_entry
26
27
+#include "php_version.h"
28
+#define PHP_INTERBASE_VERSION PHP_VERSION
29
+
30
PHP_MINIT_FUNCTION(ibase);
31
PHP_RINIT_FUNCTION(ibase);
32
PHP_MSHUTDOWN_FUNCTION(ibase);
0 commit comments