Return to "PHP"

PHP Configurations (php.ini)


 
The topic of this article is not supported by our customer support department, however for your convenience we are providing this material to assist you in troubleshooting potential issues related to this topic.

You will create a 99user.ini file in the etc/php.d directory with changes you need to make for PHP configurations. This will override most specific system settings.

If there is already a 99user.ini file there, you can edit that as it has any other changes you may have made to the php configurations.

For example, if you need to adjust the memory limit to 32mb for PHP you will enter the following into the 99user.ini file.

memory_limit = 32M

Important Note: Be sure you restart your VDS after the changes are made for them to be saved on your account