Skip to content

Instantly share code, notes, and snippets.

@emjayess
Created December 7, 2012 15:33
Show Gist options
  • Save emjayess/4233996 to your computer and use it in GitHub Desktop.
Save emjayess/4233996 to your computer and use it in GitHub Desktop.
Set the default timezone and increase memory limit, Gangnam style!
u@s:/etc/php5/fpm$ cat php.ini | grep memory_limit
memory_limit = 1024M
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