此回复为自动发出,仅用于显示而已,并无任何其他特殊作用
楼主【LoocalVinci】截止到2008-07-08 08:38:48的历史汇总数据(不包括此帖):
发帖的总数量:4                        发帖的总分数:90                       
结贴的总数量:4                        结贴的总分数:90                       
无满意结贴数:0                        无满意结贴分:0                        
未结的帖子数:0                        未结的总分数:0                        
结贴的百分比:100.00%               结分的百分比:100.00%                  
无满意结贴率:0.00  %               无满意结分率:0.00  %                  
敬礼!

解决方案 »

  1.   

    补充一下:我从download.zend.com中下载了favicon.ico,并将其放到web server的根目录下。再次尝试用ZDE debugger连接服务器的时候,error_log没有新增内容,但是连接还是失败了。Troubleshooting如下,大部分都应该没有问题的。只是被highlight的两个问题不是很确定:
          1.我不清楚windows 2000应该如何配置防火墙,或者如何检查一下连接是否真的是被防火墙挡掉的。
          2.不太明白Tunneling是做什么的,如何配置?
    请高手指点一二。在此先谢过了!- The address you're trying to connect to may be invalid.
    - The Zend Debug Server may not be properly
       installed on the server you're connecting to.
       You can test this by checking the output of phpinfo()
       on your server, and search for 'Zend Debugger'.
       If it's not installed, you should install the
       Zend Platform on your server.
    - The Zend Platform may be configured not to
       allow your host to start debug sessions.
       You can configure the list of allowed/denied hosts in
       the Zend Platform, or in your php.ini file.
    - Your machine may be firewalled, and prevent the
       Zend Debug Server from connecting to it.
       The Zend Debug Server attempts to connect back to your
       machine at a specified port (default is 10000, can be
       configured in the Preferences Dialog ->Debug Tab).
       You may have to open this port in your firewall
       to enable remote debugging.

    - The address you typed in may not be a valid PHP file.
       PHP must be installed on the server, and configured
       to handle the specified extension as a PHP file.
    - You may be trying to connect through a proxy server.
       Try to disable your proxy (entirely, or for the specific
       server that you're trying to connect to).
    - Possibly, some other type of error may have occurred.
       Try to check the end of your server's error log
       (typically under /var/log/httpd/error_log in UNIX
       systems) for possible error messages.
    - The Zend Platform URL defined in the Preferences
       is different than the Tunneling Target Host URL defined
       in the Tunneling Settings dialog.
      

  2.   

    [Zend]
    zend_extension_ts="D:\mysoft\Zend\ZendDebugger.dll"
    zend_debugger.allow_hosts=127.0.0.1/32,192.168.1.106/24
    zend_debugger.expose_remotely=always 
    我的是这样配置,没有错误啊.
    ZendDebugger.dll 要对应php的不同个版本,网上搜索下,很多.
      

  3.   

    我也有配置php.ini,ZendDebugger的版本应该是没有问题,5.2.x,和phpinfo相吻合。但是连接却总是失败。
      

  4.   

    php 5.2 有问题,不兼容
    我用php 5.0就可以