Created
December 7, 2012 15:33
-
-
Save emjayess/4233996 to your computer and use it in GitHub Desktop.
Set the default timezone and increase memory limit, Gangnam style!
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
u@s:/etc/php5/fpm$ cat php.ini | grep memory_limit | |
memory_limit = 1024M |
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
u@s:/etc/php5/fpm$ cat php.ini | grep timezone | |
; Defines the default timezone used by the date functions | |
; http://php.net/date.timezone | |
date.timezone = America/Chicago |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment