Simple: PHP.INI - Need two codes

gamingneeds

Regular Member
Joined
Jul 18, 2008
Messages
407
Reaction score
86
Hey guys,

I'm trying to configure a few changes to the PHP my host has setup.

Basically, I need the timeout set higher (to like 600 or something) and would also like to dedicate more RAM or something to the process.

I'm trying to import a Wordpress install and it ends up 404'ing so I'm guessing it is timing out and not able to use enough resources.

I would only use the file when I needed to do this and then 'killall' afterward and revert back to the default settings.

Thanks for your help!
 
memory_limit = 64M or 128M
TimeOut = 1000
upload_tmp_dir = /tmp (make sure you have a writable tmp folder in the root directory)
 
upload_tmp_dir = /tmp (make sure you have a writable tmp folder in the root directory)

What is that for?

Thanks!
 
Back
Top