This repository was archived by the owner on Apr 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
3rd-party libraries do not support PHP 7.2 #24
Comments
This was referenced Jan 5, 2018
This was referenced Jan 5, 2018
Closed
Zend-mail issue already created for 7.2 support: zendframework/zend-mail#177 |
From today's meeting:
|
|
Regarding I commented on colinmollenhour/Cm_Cache_Backend_File#26 asking about tagging a release including those commits. I'd prefer that over referencing a commit in |
@buskamuza |
magento-engcom-team
pushed a commit
that referenced
this issue
Feb 13, 2019
I would propose a long-term solution be the creation of a `consumer` area code which would allow enabling deletes through `di.xml` similar to the `adminhtml`, `webapi_rest`, `webapi_soap` https://github.com/magento/magento2/blob/7648131e42d93ab2be23efa1983702659bbbbe84/app/code/Magento/Webapi/etc/webapi_rest/di.xml#L33 Fixes #24
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
List of Libraries to Update
pdepend/pdepend - uses deprecated- used for PHP < 5.3$php_errormsg
parametersquizlabs/php_codesniffer - uses deprecated- it's in the tests, not used in the executable$php_errormsg
parameterSolution:
Acceptance Criteria
composer update
passesIn scope of this task, update
composer.json
andcomposer.lock
, so thatcomposer install
passes. Any issues in the code to be reviewed and solved in related tasks for each library.Use this branch for PRs - https://github.com/magento-engcom/php-7.2-support/tree/libs-upgrade
Related Issues
The text was updated successfully, but these errors were encountered: