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:
Christoph M. Becker 2024-09-28 15:12:08 +02:00 committed by GitHub
parent d00dd2b4b5
commit d812c96456
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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';