Skip to content

Instantly share code, notes, and snippets.

@scribu
Created October 14, 2010 11:32
Show Gist options
  • Save scribu/626060 to your computer and use it in GitHub Desktop.
Save scribu/626060 to your computer and use it in GitHub Desktop.
php ini
# add these lines in your .htaccess file
php_value memory_limit 128M
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment