Skip to content

Instantly share code, notes, and snippets.

@scalopus
Created February 27, 2015 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scalopus/d5ffdc5cddbb944e9b69 to your computer and use it in GitHub Desktop.
Save scalopus/d5ffdc5cddbb944e9b69 to your computer and use it in GitHub Desktop.
php-build update php.ini configuration for memory and date.timezone
sed -i.bak 's:\(memory_limit \= \)[0-9]\+M:\12048M:' php.ini
sed -i.bak 's:\;\(date\.timezone \=\):\1 Asia\/Bangkok:' php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment