-
Notifications
You must be signed in to change notification settings - Fork 22
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
PHP 8.0 porting status #51
Comments
PHP 8.x version_compare errorEither one of these happens:
EDIT: this is fixed in #26 already (1.13.4 release) |
@onlime you may have a better chance with this fork. it's in progress as well, but at least patches have been made, not yet reviewed and merged. |
Thanks @glensc - I know about zf1s/zf1 but newer found a simple way to replace shardj/zf1-future in my two use cases:
So my question is: How to compile all zf1s/zf1 components into a single library dir? Or how to require all components in Composer? ( |
@onlime you can install the monorepo as well:
or you can just download the zip and unpack it: however, you still need to use composer autoloader, as the for your shared customers you could:
if you still want to list each component separately, you can start with this list: however, it's probably better just EDIT: this needs to be fixed first for the composer solution to work: #57 |
@glensc Thanks for your detailed instructions! This all makes sense and would be very easy to implement. But concerning my shared customers, it's impossible to communicate any change here. I definitely cannot tell them to migrate their projects to Composer autoloading, even if it would just be a matter of swapping out a single |
@falkenhawk perhaps make a release with the merged code. it's not worse as it is for older PHP versions, and it's definitely something for PHP 8.0. I don't think I'll work with any of the unfinished pull requests any time soon, and so appears to be for Megatherium. |
@glensc thank you for your hard work on this so far. Okay I will cut a release in the following days, if time allows. I will also either try myself or ask around if someone could continue working on the unfinished PRs. |
@falkenhawk how about that release? EDIT: I've started PR, jump in and advice what else is needed: |
Release 1.14.0 is out 🎉 |
List of documented backward-incompatible changes:
Tasks
gte
: PHP 8.0 porting status #51 (comment), Zend XML - fix version comparison operator #26The text was updated successfully, but these errors were encountered: