Skip to content

Instantly share code, notes, and snippets.

@fasthold
Created September 4, 2013 15:26
Show Gist options
  • Save fasthold/6438598 to your computer and use it in GitHub Desktop.
Save fasthold/6438598 to your computer and use it in GitHub Desktop.
Some php.ini settings snippet for Puphpet.com
display_errors = On,
error_reporting = 2047,
short_open_tag = Off,
memory_limit = 512M,
allow_url_fopen = On,
post_max_size = 1024M,
max_file_uploads = 1000,
upload_max_filesize = 1024M,
@chmon
Copy link

chmon commented Sep 4, 2013

g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment