Skip to content

Commit

Permalink
Fix pdoodbc_002.phpt to not try to load PDO_odbc (phpGH-16096)
Browse files Browse the repository at this point in the history
In the `--EXTENSIONS--` section, names of extension are handled case-
sensitively.
  • Loading branch information
cmb69 authored and jorgsowa committed Oct 1, 2024
1 parent 7049b38 commit 925d1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pdo_odbc/tests/pdoodbc_002.phpt
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 925d1e6

Please sign in to comment.