mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Skip test for early TDS versions
This commit is contained in:
commit
2f99f702b7
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ PDO_DBLIB: Uniqueidentifier column data type stringifying
|
||||||
<?php
|
<?php
|
||||||
if (!extension_loaded('pdo_dblib')) die('skip not loaded');
|
if (!extension_loaded('pdo_dblib')) die('skip not loaded');
|
||||||
require __DIR__ . '/config.inc';
|
require __DIR__ . '/config.inc';
|
||||||
|
if (in_array(get_tds_version(), ['4.2', '4.6'])) die('skip feature unsupported by this TDS version');
|
||||||
?>
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue