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

Autoloading can fail due to incorrect class name casing #99

Closed
jrahmy opened this issue Jul 30, 2023 · 1 comment
Closed

Autoloading can fail due to incorrect class name casing #99

jrahmy opened this issue Jul 30, 2023 · 1 comment
Labels
Type: Bug Something isn't working

Comments

@jrahmy
Copy link
Contributor

jrahmy commented Jul 30, 2023

While class names are case-insensitive in PHP, popular autoloaders (including Composer) can fail to look up a class properly on case-sensitive file-systems.

@jrahmy
Copy link
Contributor Author

jrahmy commented Aug 1, 2023

Fixed in 57e0039

@jrahmy jrahmy closed this as completed Aug 1, 2023
@Krinkle Krinkle added the Type: Bug Something isn't working label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
2 participants