Eclipse PDT与NetBeans的PHP开发相比如何?
我刚买了一台装有Windows 7的新电脑,我开始为PHP设置一个开发环境.有没有人最近使用过两个IDE并且可以进行快速比较?如果您知道支持哪些主要框架,那也会很棒.
我安装了最新的XAMPP软件包,其中包括PHP 5.3.0.我正在尝试启用Xdebug,但它不起作用.
这是我在XAMPP附带的php.ini中更改的内容:
; uncommented
zend_extension = "X:\xampp\php\ext\php_xdebug.dll"
; added the following lines:
xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
Run Code Online (Sandbox Code Playgroud)
Apache启动正常,但是当我http://localhost/在浏览器中打开时,出现以下错误:

如果单击该Close the program按钮,错误消息将在一秒钟内重新出现,就好像它处于无限循环中一样.我非常感谢所有在得到这个工作的帮助.
我正在运行全新安装的Windows 7 Ultimate 64位.
编辑:从phpinfo()的结果:
Zend Extension Build API220090626,TS,VC6
PHP Extension Build API20090626,TS,VC6
Debug Build no
Thread Safety enabled
Run Code Online (Sandbox Code Playgroud) php ×2
apache ×1
comparison ×1
eclipse-pdt ×1
ide ×1
netbeans ×1
windows-7 ×1
xampp ×1
xdebug ×1