Skip to content

Commit 925d1e6

Browse files
cmb69jorgsowa
authored andcommitted
Fix pdoodbc_002.phpt to not try to load PDO_odbc (phpGH-16096)
In the `--EXTENSIONS--` section, names of extension are handled case- sensitively.
1 parent 7049b38 commit 925d1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_odbc/tests/pdoodbc_002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
PDO_mysql connect through PDO::connect
33
--EXTENSIONS--
4-
PDO_odbc
4+
pdo_odbc
55
--SKIPIF--
66
<?php
77
require 'ext/pdo/tests/pdo_test.inc';

0 commit comments

Comments
 (0)