Skip to content

Commit cfa20d8

Browse files
committed
Add TODO
1 parent 13a3431 commit cfa20d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/datatype_int128.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Check for data type INT128 (Firebird 4.0 or above)
33
--SKIPIF--
44
<?php
55
include("skipif.inc");
6-
if(get_fb_version() < 4.0)print "skip FB < 4.0";
6+
// 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);
79
?>
810
--FILE--
911
<?php

0 commit comments

Comments
 (0)