Mac下安装PHP调试工具Xdebug
作者:会飞的
安装步骤brew install php70brew install php70-xdebugphp -i | grep xdebug.ini找到xdebug.ini的配置文件我的是/usr/local/etc/php/7.0/conf.d/ext-xdebug.inivim /usr/local/etc/php/7.0/conf.d/ext-xdebug.ini?12345678910配置如下:[xdebug]zend_extension="/usr/local/
安装步骤
brew install php70
brew install php70-xdebug
php -i | grep xdebug.ini找到xdebug.ini的配置文件我的是/usr/local/etc/php/7.0/conf.d/ext-xdebug.ini
vim /usr/local/etc/php/7.0/conf.d/ext-xdebug.ini
1 2 3 4 5 6 7 8 9 10 | 配置如下: [xdebug] zend_extension="/usr/local/opt/php70-xdebug/xdebug.so" xdebug.remote_enable = On xdebug.remote_handler = dbgp xdebug.remote_host= localhost xdebug.remote_port = 9001 #这个端口不要被占用即可,可以自行指定 xdebug.idekey = PHPSTORM xdebug.remote_autostart=1 xdebug.remote_log=/var/tmp/xdebug.log |
猜你喜欢
您可能感兴趣的文章:
- 截取中文字符串时屏蔽乱码
- 静态页面已不利于搜索引擎优化和收录和排名
- 企业网站优化的弊端如何改变
- 去掉桌面图标阴影
- 如何针对MSN搜索进行网站优化
- 使用 mb_detect_encoding() 函数来判断字符串是什么编码的
- 网页状态码的含义网页错误类型详情
- 用php处理百万级以上的数据提高查询速度的方法
- 用php防止XSS跨站脚本攻击的方法
- 用php过滤网页中所有的html,css,js代码
- elasticsearch php Content-Type header [] is not supported
- elasticsearch php body为空
- PHP中调用 ElasticSearch的数据
- Access denied phpmyadmin ngxin
- ajax获取跨域数据
- 运维知识体系
- 心灵鸡汤
- DNS笔记
- IP地址分类