PDA

View Full Version : edit php ini



tjeper
05-01-2010, 02:34 PM
can i edit php ini to set like set_time_limit, max memory,max upload and other?

farcaster
05-01-2010, 08:00 PM
Yes you can. On the cPanel you will need to install PHP into your public_html directory. Follow the instructions carefully and you will then have a copy to edit with whatever settings that you require.

felgall
05-01-2010, 08:29 PM
You don't necessarily need to copy the default php.ini and then modify that. You can just create your own php.ini with just the overrides you want it to use and it will use the system defaults for everything else.