mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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:
parent
d00dd2b4b5
commit
d812c96456
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
PDO_mysql connect through PDO::connect
|
PDO_mysql connect through PDO::connect
|
||||||
--EXTENSIONS--
|
--EXTENSIONS--
|
||||||
PDO_odbc
|
pdo_odbc
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php
|
<?php
|
||||||
require 'ext/pdo/tests/pdo_test.inc';
|
require 'ext/pdo/tests/pdo_test.inc';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue