-
Notifications
You must be signed in to change notification settings - Fork 196
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
deprecated passing null to strripos and rtrim with php 8.3 #428
Comments
I checked the file, and it looks like these issues have been resolved: https://github.com/Shardj/zf1-future/blob/master/library/Zend/View/Helper/BaseUrl.php When's the last time you ran a composer update? |
I'm on the latest 1.24 version, still having those issues. |
I've got it running on 8.3.9 without any problems, can you give me an example snippet of what you're doing and I'll test it on my end. Update: |
A new release should be made public including this PR #442 for testing ZF1-Future with PHP 8.4. |
Related to #450 |
released 1.24.1 with fix |
( ! ) Deprecated: strripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /app/vendor/shardj/zf1-future/library/Zend/View/Helper/BaseUrl.php on line 110
( ! ) Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /app/vendor/shardj/zf1-future/library/Zend/View/Helper/BaseUrl.php on line 72
The text was updated successfully, but these errors were encountered: