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

[zend-application] fix autoloading of Useragent class #113

Merged
merged 1 commit into from
Oct 1, 2021

Conversation

falkenhawk
Copy link
Member

Class Zend_Application_Resource_UserAgent located in ./vendor/zf1s/zend-application/library/Zend/Application/Resource/Useragent.php does not comply with psr-0 autoloading standard.

Going with adjusting the class name to avoid issues with renaming files on case-insensitive systems (windows) and because php is case-insensitive when it comes to class names.

Similar to #24
Fixes #89

Class Zend_Application_Resource_UserAgent located in ./vendor/zf1s/zend-application/library/Zend/Application/Resource/Useragent.php does not comply with psr-0 autoloading standard.

Going with adjusting the class name to avoid issues with renaming files on case-insensitive systems (windows) and because php is case-insensitive when it comes to class names.
@falkenhawk falkenhawk merged commit fd543fd into master Oct 1, 2021
@falkenhawk falkenhawk deleted the fix-useragent-classname branch October 1, 2021 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants