Skip to content

Commit d812c96

Browse files
authored
Fix pdoodbc_002.phpt to not try to load PDO_odbc (GH-16096)
In the `--EXTENSIONS--` section, names of extension are handled case- sensitively.
1 parent d00dd2b commit d812c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_odbc/tests/pdoodbc_002.phpt

+1-1
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)