sanmubai

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

 

 

 

 

 

 

 

 

 

 

 

分类:

技术点:

相关文章:

  • 2021-09-25
  • 2022-12-23
  • 2022-03-03
  • 2021-05-21
  • 2021-11-11
  • 2022-12-23
  • 2021-10-08
  • 2021-06-27
猜你喜欢
  • 2021-06-23
  • 2021-09-15
  • 2022-01-12
  • 2021-10-02
  • 2021-12-07
  • 2021-12-01
  • 2021-12-01
相关资源
相似解决方案