Skip to content

Commit 7bbec60

Browse files
committed
Support TDS 7.3 & 7.4 in PDO_DBLIB tests
1 parent f6c0c60 commit 7bbec60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/pdo_dblib/tests/types.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ function get_expected_float_string() {
1919
case '7.0':
2020
case '7.1':
2121
case '7.2':
22+
case '7.3':
23+
case '7.4':
2224
case '8.0':
2325
return '10.500';
2426
default:

0 commit comments

Comments
 (0)