mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: Skip bug_36798.phpt for PDO_DBLIB
This commit is contained in:
commit
7d4fdf1510
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ PDOTest::skip();
|
|||
|
||||
if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))){
|
||||
if (!strpos(strtolower(getenv('PDOTEST_DSN')), 'charset=we8mswin1252')) die('skip expected output valid for Oracle with WE8MSWIN1252 character set');
|
||||
|
||||
} elseif (!strncasecmp(getenv('PDOTEST_DSN'), 'dblib', strlen('dblib'))) {
|
||||
die('skip not for pdo_dblib');
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue