Replies: 1 comment
-
These could be added to composer.json, like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are a lot of articles on Internet about what PHP modules needs Magento to run properly. Most of these articles are outdated referring to modules which are not available anymore starting with version 7.x (e.g. hash, iconv, pcre, pdo, pdo_mysql, simplexml).
Here is my list
IMPORTANT: Starting with PHP 7.2+ mcrypt needs to be disabled (in Linux command phpdismod php7.x-mcrypt or by editing php.ini file).
Maybe the home page of OpenMage project on GitHub should be updated with this information. If someone installed over the years Magento he knows that in installation process the script could request some PHP modules like gd, curl. If the current installation is moved to a new server and these modules are not installed before Magento won't run properly.
Beta Was this translation helpful? Give feedback.
All reactions