May/070
Custom php.ini configuration is available!
CUSTOM PHP.INI CONFIGURATION IS AVAILABLE!
[05/02/2007]
We are pleased to announce that our customers can now customize the php.ini file for all php scripts and applications.
You will not be able to modify most of the settings available in the php.ini file which is like a configuration control panel for all PHP based environments. For example you can switch the register_globals on/off specify the maximum upload size through php. the maximum RAM usage and much more.
You will be able to find the php.ini file in the /sys folder. There you will have folders named php4 and php5. Inside of them there is one php.ini file. Depending on which PHP version you are running PHP4 or PHP5 you will have to edit the php.ini file for the corresponding php version. So for the sake of the example, if we are running PHP5 we will need to modify the /sys/php5/php.ini file. After you accordingly modify the php.ini file all files with .php extension will use the rules specified in the corresponding php.ini file.
