Created
February 27, 2015 08:48
-
-
Save scalopus/d5ffdc5cddbb944e9b69 to your computer and use it in GitHub Desktop.
php-build update php.ini configuration for memory and date.timezone
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
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