1
0
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:
Christoph M. Becker
2024-09-28 15:12:08 +02:00
committed by GitHub
parent d00dd2b4b5
commit d812c96456

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