Skip to content
jackmcdade edited this page Nov 18, 2014 · 2 revisions

The following tweaks to ~/.php/5.4/phprc should make Dreamhost play much nicer.

;;; Increase limits
upload_max_filesize = "64M"
post_max_size = "64M"
max_execution_time = "500"
max_input_time = "500"

;;; Extensions
extension = fileinfo.so

http://wiki.dreamhost.com/Creating_a_phprc_file

Clone this wiki locally