Cannot Change PHP Version

Hi All,

I try to change PHP to 5.4 , i can select it but when i go back to my account setting it is always 7.0 even in the PHP info page.
I have tryed yesterday and waited 24 h not 5 minutes to be sure he will change but nothing happens.

Can you help me ?

regards.

The PHP info page displays generic server information, not the PHP version specific to your account.

To get accurate information about the PHP settings of your account, you need to create a .php file on your account with the following contents:

<?php phpinfo();

When you visit that file, you’ll see the PHP information with all information about the settings currently applied to your account.