php.ini files contain your php settings, but don't change them Print

  • 7

The php.ini files control settings of your php. But the best place to make changes to the settings in not in the php.ini file because plesk overwrites the php.ini files on reboot. It uses the settings from within plesk so that there is a nice graphical interface to contol php. It is advantageous so that you do not have to memorize the code that php anomaly requires. If you can not find the options in the gut that you want to chage, then you can add your custom code to the dialog box called “Additional configuration directives“. An example for the format would be:
output_buffering=off
date.timezone = America/Los_Angeles


Was this answer helpful?

« Back