Skip to content

Instantly share code, notes, and snippets.

@laozhu
Last active October 11, 2015 11:17
Show Gist options
  • Save laozhu/3850567 to your computer and use it in GitHub Desktop.
Save laozhu/3850567 to your computer and use it in GitHub Desktop.
install php
sudo vi /etc/portage/packge.use
# dev-lang/php fpm xml curl mysql ctype gd hash mysqlnd sqlite3 truetype tidy xmlreader xmlrpc xmlwriter
emerge -av php
rc-update add php-fpm default
/etc/init.d/php-fpm restart
rc-status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment