如何在 eclipse 中配置 DPT 以与 Xampp 一起使用
我在 Ubuntu 中使用 eclipse 开发 PHP,使用 PDT(PHP 开发工具),并使用 Xampp,我的工作空间位于 /home/,所以当我运行我的 PHP 文件时,它在 http://localhost/,但是文件不在/opt/lampp/htdocs文件夹中,所以有一种方法可以将文件复制到/opt/ lampp/htdocs 当我从 eclipse 运行我的项目时?
I'm working in Ubuntu with eclipse for development PHP, with PDT (PHP Development Tool), and using Xampp and my workspace is at /home/, so when I run my PHP file it run under http://localhost/, but the files are not in the folder /opt/lampp/htdocs, so there is a way to copy the files to /opt/lampp/htdocs when I run my project from eclipse??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将 int13_svn.dll 从 xampp/apache/bin 复制到 xampp 的 php 目录,即 xampp/php
simply copy the int13_svn.dll from xampp/apache/bin to the php-directory of xampp i.e. xampp/php