mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix pdoodbc_002.phpt to not try to load PDO_odbc (GH-16096)
In the `--EXTENSIONS--` section, names of extension are handled case- sensitively.
This commit is contained in:
committed by
GitHub
parent
d00dd2b4b5
commit
d812c96456
@@ -1,7 +1,7 @@
|
||||
--TEST--
|
||||
PDO_mysql connect through PDO::connect
|
||||
--EXTENSIONS--
|
||||
PDO_odbc
|
||||
pdo_odbc
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require 'ext/pdo/tests/pdo_test.inc';
|
||||
|
||||
Reference in New Issue
Block a user