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 13a3431 commit cfa20d8Copy full SHA for cfa20d8
1 file changed
tests/datatype_int128.phpt
@@ -3,7 +3,9 @@ Check for data type INT128 (Firebird 4.0 or above)
3
--SKIPIF--
4
<?php
5
include("skipif.inc");
6
-if(get_fb_version() < 4.0)print "skip FB < 4.0";
+// TODO: should also check if compiled against fblient >= 4.0. Perhaps runtime
7
+// client lib checking also needed.
8
+skip_if_fb_lt(4.0);
9
?>
10
--FILE--
11
0 commit comments