如何在裸Windows框上设置Eclipse PDT?

时间:2010-03-09 05:03:23

标签: php eclipse eclipse-pdt

我已经安装了Eclipse PDT All-In-One,但没有任何作用(我可以编辑PHP源但不能执行任何PHP脚本)。

我是否还需要安装自己的PHP解释器?我需要XAMPP吗? WAMP? Cygwin的? XDebug的? Zend的?

我正在寻找我需要安装的最少量的东西来获得一个可用的PHP IDE,从空的Windows Vista安装开始。

我已尝试安装XAMPP并设置PHP可执行文件,但这不起作用。

仍然“未定义PHP可执行文件”。

1 个答案:

答案 0 :(得分:1)

  • Eclipse PDT all in one
  • PHP
  • 一个Web服务器(例如XAMPP)(正如Phill Pafford在评论中提到的那样:“XAMPP附带PHP所以不需要安装它的另一个实例”)
  • a debugger(XDebug或Zend)

但是:一旦安装了PDT,就要避免出现错误信息:

alt text http://www.phpfacile.com/images/eclipse_pdt/eclipse-pdt_no-PHP-executables-defined_540x148_en_64c.png

您需要通过首选项(PHP可执行文件):

alt text http://www.phpfacile.com/images/eclipse_pdt/eclipse-pdt_preferences_php-executables_en_530x378_64c.png

,就像C:\wamp\bin\php\php5.2.8\php.exe sous Wamp。

alt text http://www.phpfacile.com/images/eclipse_pdt/eclipse-pdt_new-php-executable_en_337x200_128c.png

还检查调试设置的一致性:

alt text http://www.phpfacile.com/images/eclipse_pdt/eclipse-pdt_preferences_php-debug_en_500x372_128c.png