全部交易,
我是php的新宝贝,我正在使用yii framework.for服务器,我使用xampp(PHP版本5.4.22)和eclipse编写代码,现在我想通过xdebug在eclipse上调试我有在php.ini中打开一些行:
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
在我有断点并在eclipse中运行debug之后,运行这个url:
http://localhost/ktbeauty/themes/classic/views/admin/login.php?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=13918210553298
,页面显示如下:
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
localhost
Apache/2.4.7 (Win32) OpenSSL/0.9.8y PHP/5.4.22
你能告诉我它出了什么问题吗?我如何修复xampp中使用eclipse运行xdebug?
非常感谢