Created
October 14, 2010 11:32
-
-
Save scribu/626060 to your computer and use it in GitHub Desktop.
php ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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