如何在eclipse中运行php脚本

发布于 2024-07-22 14:23:14 字数 168 浏览 4 评论 0原文

我安装了 Eclipse PDT-all-in-one-win32-2.0.0GA 和 WampServer 2.0。

我尝试在 Eclipse 中作为 PHP 脚本运行,但出现此错误:

“当前调试器没有任何定义的 PHP 可执行文件。”

我如何创建这个.exe?

I installed Eclipse PDT-all-in-one-win32-2.0.0GA and WampServer 2.0.

I try to run as PHP Script in eclipse but I have this error:

"The current debugger does not have any defined PHP executable."

How do I create this .exe ??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

别靠近我心 2024-07-29 14:23:14

好的,但是我没有 php.exe。 我只在我的项目中创建 Test.php。

为了运行 **.php* 文件,您需要安装 PHP,并且因为您已经安装了 WAMP,所以应该没问题。

“当前调试器没有任何已定义的 PHP 可执行文件。”

如果您按照您所说安装了 WAMP,请尝试在本地硬盘上查找 php.exe,然后在 Eclipse 中设置指向它的路径(例如 c:\wamp\bin \php\php5.2.9-2\php.exe)。 转至 Window\Preferences\PHP\PHP Executables 并将此路径添加到列表中。

Ok But I do not have php.exe. I only create Test.php in my project.

In order to run **.php* files, you will need PHP installed, and because you already have installed WAMP, you should be fine.

"The current debugger does not have any defined PHP executable."

If you have installed WAMP as you said, try to look for php.exe on your local hard drive and then set path in Eclipse that leads to it (eg. c:\wamp\bin\php\php5.2.9-2\php.exe). Go to Window\Preferences\PHP\PHP Executables and add this path to the list.

不顾 2024-07-29 14:23:14

您不需要创建此 .exe

在 Eclipse 中您需要配置调试器设置。 调试器需要知道 php.exe 文件所在的位置。

编辑: php.exe 随 Windows 上的标准 PHP 安装一起提供。 当您从 www.php.net 下载 PHP 时,您会在安装目录中的某个位置找到 php.exe 文件PHP in。

希望这有帮助:-)

You do not need to create this .exe

In Eclipse you need to configure the debugger settings. The debugger needs to know where the php.exe file lives.

Edit: php.exe ships with the standard PHP install on windows. When you download PHP from www.php.net you will find the php.exe file somewhere in the directory you installed PHP in.

Hope this helps :-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文