1、我用的环境是:centos 5.1      httpd 2.2.3      php-5.1.6  
2、php.ini 的配置如下
[zend]
zend_extension="/var/www/ZendDebugger/php-5.1.x/ZendDebugger.so"
zend_debugger.allow_hosts="127.0.0.1/32,192.168.1.188/24
zend_debugger.expose_remotely=always3、dummy.php 文件已经拷到/var/www/html/  (rootDocumment)下4、同时用chcon 命令  将防火墙关掉我的错误表现如下:
在 shell 下  php -v PHP 5.1.6 (cli) (built: Mar 14 2007 18:56:07) 
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
    with Zend Debugger v5.2.15, Copyright (c) 1999-2008, by Zend Technologies可是在用 phpinfo() 打开始终没有“with Zend Debugger”的出现,也没有 Zend Debugger 相关内容导致 ZendStudioForEclips 的 test debugger 不能成功 ,为什么?求教大家了!!!