-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Does M LTS support Php 7.2.x? #505
Comments
I think the main blocker is that PHP 7.2 removed mcrypt so see #129 and #449. Aside from that I don't know of any major issues but wouldn't be surprised if there are minor issues from things like PCRE2. AFAIK, PHP 7.1 is the latest fully supported version. Pull requests welcome! :) See: https://github.com/php/php-src/blob/PHP-7.3/UPGRADING |
may need a change most other 7.3 related BC breaks dont affect Magento I think, but who knows which odd constructs are hidden internally somewhere. |
can someone look trough the changes of https://magento.com/tech-resources/download#download2240 ? |
The bulk of it is updating the libraries like phpseclib and adding mcrypt_compat. As it is the official solution I see no reason to not go ahead and merge it even though if you're not using downloader probably a lot of that code is not needed. There are some other changes in there like some explicit type casting and adding arguments to overridden methods so it's better that we've done to date. |
After #557 I think all that needs to be done for this that the composer requirement should include 7.2 as a valid version. |
For means of closure ;) Has anyone tested 7.2 PHP support on their server? (with the merges above) Running on production? (if yes: then maybe I dare to take a leap on our accept server .... and we can close the issue) |
Update. Tested today on DEV. No problems so far. On moving to production nginx env. |
@seansan Sweet! I have only worked with it in dev also as I only use OpenMage to develop extensions don't have any prod Magento installs |
Issue can be closed since magento-lts supports PHP 7.2 after merging Magento Core Update 1.9.4.1. |
Does M LTS support Php 7.2.x?
The text was updated successfully, but these errors were encountered: