Home > Backend Development > PHP Tutorial > 五元有偿配置任务,配置出zend studio的调试功能

五元有偿配置任务,配置出zend studio的调试功能

WBOY
Release: 2016-06-13 13:17:30
Original
801 people have browsed it

5元有偿配置任务,配置出zend studio的调试功能
本人按照此文安装了一下zend debugger:http://www.cnblogs.com/yaksea/archive/2011/08/26/2154154.html
测试了一下,能用以php script 方式调试页面;不能以php web page等方式调试(错误:the connection was refused when attempting to contact localhost)。请有经验的联系我q87_88_9188,远程帮配置一下哟。
我是php 5.2.x的,好像不能装xdebuger。


------解决方案--------------------
[Zend] 
zend_extension_ts=D:/program_tool/php/Debuger/ZendDebugger.dll 
zend_debugger.allow_hosts=127.0.0.1,192.168.1.10
zend_debugger.expose_remotely=always


zend_debugger.allow_hosts=127.0.0.1,192.168.1.10 这句话就是授权,本地远程调试服务器时也要指定IP授权

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