I know that I have Easy Apache for choosing PHP versions like 55, 56, 70. However, my question is about to select a particular version number, say 7.0.6.
What am I trying to solve?
I have a Magento 2 powered web store. Magento 2 will not support every version of PHP 7.
devdocs.magento.com/guides/v2.1/install-gde/system-requirements-tech.html
Magento 2.1.x technology stack requirements | Magento 2 Developer Documentation
Interestingly, it will not support 7.0.1 and 7.0.3. But it will support an in between version, 7.0.2. Since Magento's PHP version support isn't stable, I can't switch to PHP 7 using Easy Apache or Multi PHP Manager. When I am writing this thread, the current PHP Version is 7.0.21 on my server, and it can be upgraded at any moment, and my website may stop working because of the dependency.
To solve, this, do we have any solutions like writing the specific PHP version number in a php.ini or .user.ini file? I realise that this could be a temporary solution; however, I see this is the only solution until Magento got all the PHP 7 versions covered.
What am I trying to solve?
I have a Magento 2 powered web store. Magento 2 will not support every version of PHP 7.
devdocs.magento.com/guides/v2.1/install-gde/system-requirements-tech.html
Magento 2.1.x technology stack requirements | Magento 2 Developer Documentation
Interestingly, it will not support 7.0.1 and 7.0.3. But it will support an in between version, 7.0.2. Since Magento's PHP version support isn't stable, I can't switch to PHP 7 using Easy Apache or Multi PHP Manager. When I am writing this thread, the current PHP Version is 7.0.21 on my server, and it can be upgraded at any moment, and my website may stop working because of the dependency.
To solve, this, do we have any solutions like writing the specific PHP version number in a php.ini or .user.ini file? I realise that this could be a temporary solution; however, I see this is the only solution until Magento got all the PHP 7 versions covered.
Last edited by a moderator: