cancel
Showing results for 
Search instead for 
Did you mean: 

while running compose install getting error (Magento 2.3.2)

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

while running compose install getting error (Magento 2.3.2)

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.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: while running compose install getting error (Magento 2.3.2)

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!

View solution in original post

3 REPLIES 3

Re: while running compose install getting error (Magento 2.3.2)

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!

Re: while running compose install getting error (Magento 2.3.2)

@Vimal Kumar installed php version 7.2 but error still exists.

Re: while running compose install getting error (Magento 2.3.2)

Hi @mohammed_wazeem 

Check PHP CLI version once on terminal using following command,

php -v