Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pdoodbc_002.phpt to not try to load PDO_odbc #16096

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Sep 28, 2024

In the --EXTENSIONS-- section, names of extension are handled case- sensitively.


I was pretty confused when I saw https://github.com/php/php-src/actions/runs/11082846756/job/30796380227?pr=16089#step:6:148; but it's pretty clear what's going: if the extension is already loaded, the test runner still tries to load PDO_odbc what even works with a case-insensitive file system. For case-sensitive file system, there likely would be an error about failing to load the extension.

In the `--EXTENSIONS--` section, names of extension are handled case-
sensitively.
Copy link
Member

@SakiTakamachi SakiTakamachi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@cmb69 cmb69 merged commit d812c96 into php:master Sep 28, 2024
10 checks passed
@cmb69 cmb69 deleted the cmb/pdoodbc_002.phpt branch September 28, 2024 13:13
jorgsowa pushed a commit to jorgsowa/php-src that referenced this pull request Oct 1, 2024
In the `--EXTENSIONS--` section, names of extension are handled case-
sensitively.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants