I am trying to launch the magento 2 container environment. I have installed PHP 5.4.16 in my CentOS 7 machine. But while running compose install I am getting error like
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php.ini
- /etc/php.d/curl.ini
- /etc/php.d/fileinfo.ini
- /etc/php.d/gd.ini
- /etc/php.d/json.ini
- /etc/php.d/phar.ini
- /etc/php.d/zip.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
Solved! Go to Solution.
Hi @mohammed_wazeem
php 5.4 is not supported with magento 2.3
You should try with php 7.2.
For more info:
https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
I hope it will help you!
Hi @mohammed_wazeem
php 5.4 is not supported with magento 2.3
You should try with php 7.2.
For more info:
https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
I hope it will help you!
@Vimal Kumar installed php version 7.2 but error still exists.
Hi @mohammed_wazeem
Check PHP CLI version once on terminal using following command,
php -v