-
Notifications
You must be signed in to change notification settings - Fork 2
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.4 support for zf1-* packages #297
Comments
OK, it's a little more complicated than I thought because of cross-dependencies between packages. Here's the order in which the packages used in our project need to be upgraded :
|
@jaydiablo I see you've started working on this with diablomedia/exception. Anything I can help with ? Or do you prefer do to them all yourself, and I just wait cozily ? 🍵 🛋️ 📚 🐈⬛ |
@gnutix Thanks for the issue and starting to look into this... I've started the process, and would like to at least get the packages you've listed ready for PHP 8.4.
So far this is what's left:
But yes, as you've noticed, it usually requires updating more than expected. I've been building draft PRs for all of the dependencies (as branch name If you'd like to follow my lead on the remaining ones (to satisfy your list) that would be helpful. I'll be able to do more, but probably not until tomorrow. |
Hey there! I have quite a few meetings all day long, but I should be able to try updating one or two of them on Friday (PS: I'm in Europe timezone-wise). I'll write here if I can start working on one, so you know and we don't overlap our efforts. I've updated the list of packages with links to the PRs you've already created and will keep doing so, that way it serves as an overview. |
I checked all your current PRs and wrote a few comments (mostly about removing useless PHPDocs). |
@jaydiablo I've started working on the missing PRs. Edit: I update our project's composer.json using these branches, and managed to have a green CI. Some functional tests will come later on. |
@gnutix I've cut releases from all of those PRs above, so this should be set. If you need any other packages updated to support PHP 8.4 let me know and we can take a look. I'm not planning to run through all of them at this time, but this is a good start. Thanks for your help on this! |
Thank you! |
Hello @jaydiablo !
I'm wondering if you have any plans to test all the zend framework packages against PHP 8.4 anytime soon ?
There's a few we use in our project that I could help with :
Let me know how I can help.
gnutix
The text was updated successfully, but these errors were encountered: