We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b15999 commit c65479bCopy full SHA for c65479b
php_interbase.h
@@ -43,7 +43,7 @@ extern zend_module_entry ibase_module_entry;
43
#define PHP_INTERBASE_VER_MINOR 1
44
#define PHP_INTERBASE_VER_REV 1
45
46
-// Keep FB_API_VER two digit style
+// Keep two digit style similar to FB_API_VER
47
#define PHP_INTERBASE_VER PHP_INTERBASE_VER_MAJOR * 10 + PHP_INTERBASE_VER_MINOR
48
#define PHP_INTERBASE_VER_STR TO_STRING(PHP_INTERBASE_VER_MAJOR) "." TO_STRING(PHP_INTERBASE_VER_MINOR) "." TO_STRING(PHP_INTERBASE_VER_REV)
49
0 commit comments