mac php/phpstorm 配置

brew install php
memcached
brew install memcached
brew install libmemcached
brew install pkg-config
brew install zlib
pecl install memcached
xdebug
//pecl uninstall xdebug
pecl install xdebug

php.ini
zend_extension=xdebug.so
[XDebug]
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=8700
xdebug.idekey="PHPSTORM"

phpStrom

mac php/phpstorm 配置_第1张图片

mac php/phpstorm 配置_第2张图片

 

 mac php/phpstorm 配置_第3张图片

 

 mac php/phpstorm 配置_第4张图片

 

 mac php/phpstorm 配置_第5张图片

 

 mac php/phpstorm 配置_第6张图片

mac php/phpstorm 配置_第7张图片

 

 mac php/phpstorm 配置_第8张图片

 

转载于:https://www.cnblogs.com/sanmubai/p/11509764.html

你可能感兴趣的:(mac php/phpstorm 配置)