Home > Backend Development > PHP Tutorial > ide - Eclipse PDT 怎样设定php server

ide - Eclipse PDT 怎样设定php server

WBOY
Release: 2016-06-06 20:44:36
Original
1281 people have browsed it

各位PHPer开发PHP网站的时候,平时是如何查看一个页面的效果的呢?是直接用Eclipse在apache的htdoc目录建工程吗?
我在Eclipse中安装了最新的PDT插件,安装了xdebug并在php.ini中添加了配置,关闭了本地的apache,在自定义的workspace(不是apache的htdoc那里)新建了PHP工程,添加了index.php:

<code><?php phpinfo();
</code></code>
Copy after login
Copy after login

当然我也通过xampp的方式安装了php,apache http服务器,在Eclipse中设定了php executable文件为xampp中的php.exe。
通过右键index.php——>run as——>run configuration——>PHP CLI Application,然后可以成功运行:ide - Eclipse PDT 怎样设定php server

我希望在浏览器中打开这个index.php这个文件,于是右击index.php——>run as——>php web application,结果无法打开:
ide - Eclipse PDT 怎样设定php server
我知道肯定是php server出了问题,但是不知道该怎么配置server。我希望能像java web使用tomcat那种动态部署的感觉:在自己的工作空间写代码,然后点击“运行”按钮后就部署到本地的server上面。不知道使用eclipse的pdt插件能不能这么做。
我的php server是这样设定的:
ide - Eclipse PDT 怎样设定php server
ide - Eclipse PDT 怎样设定php server

回复内容:

各位PHPer开发PHP网站的时候,平时是如何查看一个页面的效果的呢?是直接用Eclipse在apache的htdoc目录建工程吗?
我在Eclipse中安装了最新的PDT插件,安装了xdebug并在php.ini中添加了配置,关闭了本地的apache,在自定义的workspace(不是apache的htdoc那里)新建了PHP工程,添加了index.php:

<code><?php phpinfo();
</code></code>
Copy after login
Copy after login

当然我也通过xampp的方式安装了php,apache http服务器,在Eclipse中设定了php executable文件为xampp中的php.exe。
通过右键index.php——>run as——>run configuration——>PHP CLI Application,然后可以成功运行:ide - Eclipse PDT 怎样设定php server

我希望在浏览器中打开这个index.php这个文件,于是右击index.php——>run as——>php web application,结果无法打开:
ide - Eclipse PDT 怎样设定php server
我知道肯定是php server出了问题,但是不知道该怎么配置server。我希望能像java web使用tomcat那种动态部署的感觉:在自己的工作空间写代码,然后点击“运行”按钮后就部署到本地的server上面。不知道使用eclipse的pdt插件能不能这么做。
我的php server是这样设定的:
ide - Eclipse PDT 怎样设定php server
ide - Eclipse PDT 怎样设定php server

使用xampp的话,地址应该用https://localhost不是http://localhost

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template