deprecated passing null to strripos and rtrim with php 8.3
( ! ) 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
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: Ah, looks like the fix is in master, but 1.24.0 doesn’t contain the latest code for that file.
A new release should be made public including this PR https://github.com/Shardj/zf1-future/pull/442 for testing ZF1-Future with PHP 8.4.
Related to #450
released 1.24.1 with fix