php安装zendDebug

WBOY
Release: 2016-06-23 13:47:39
Original
883 people have browsed it

这次一定要写,这个zendDebug安装说不麻烦也简单,但是我却安装了很久,就是自己粗心的问题,这个一定要解决呀。

言归正传,首先,去官网上下载zendDebug的安装文件。下载地址,TMD这个地址也找了我老半天,下载下来后由于我是5.6的php版本,我就选择了5.5,事实证明没有用,搞了我一个晚上,最后改成了5.4版本的额php,首先吧.so文件复制到一个地方,然后打开php.ini编辑文件,在最后加上如下语句:

zend_extension=/usr/local/php5/ZendDebugger.sozend_debugger.allow_hosts=127.0.0.1/32,192.168.10.166zend_debugger.expose_remotely=always
Copy after login

然后再重启服务器,打开zendstuido或者PDT,


点击测试,success!解决了!可以断点调试了!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template