mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +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--
|
||||
PDO_mysql connect through PDO::connect
|
||||
--EXTENSIONS--
|
||||
PDO_odbc
|
||||
pdo_odbc
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require 'ext/pdo/tests/pdo_test.inc';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue