Skip to content

Instantly share code, notes, and snippets.

@Swind
Last active April 22, 2018 11: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 Swind/db4f6855ea29627d43510b4aac2fe262 to your computer and use it in GitHub Desktop.
Save Swind/db4f6855ea29627d43510b4aac2fe262 to your computer and use it in GitHub Desktop.
[PHP 筆記]

安裝 pecl

macos

curl -O http://pear.php.net/go-pear.phar
sudo php -d detect_unicode=0 go-pear.phar

安裝 xdebug

macos

pecl install xdebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment