Home php教程 php手册 ubuntu 配制 eclipse PHP 开发环境

ubuntu 配制 eclipse PHP 开发环境

Jun 06, 2016 pm 07:52 PM
eclipse php ubuntu develop environment

欢迎进入Linux社区论坛,与200万技术人员互动交流 >>进入 目标:用eclipse+pdt+xdebug+php+apache 配制php脚本和网页的开发环境 安装过程: 1、在新立得中选择安装如下软件 apache php5 php5-cli php5-xdebug 安装完后,(可能需要启动apache:sudo /etc/init

欢迎进入Linux社区论坛,与200万技术人员互动交流 >>进入

    目标:用eclipse+pdt+xdebug+php+apache 配制php脚本和网页的开发环境

    安装过程:

    1、在新立得中选择安装如下软件
    apache
    php5
    php5-cli
    php5-xdebug
    安装完后,(可能需要启动apache:sudo /etc/init.d/apache2 start ,记不清了,哈)你可以试在firefox中输入网址:http://localhost 看一下是否管用。应该能看到网页的。

    2、安装eclipse+pdt
    eclipse是最强大的IDE,也是最难用的IDE。(此为个人观点,不要找我吵架)
    我配制了半天没成,最后下载了PDT 1.0.3 All-In-One (Linux GTK),没办法,自己装的老有问题。
    建议:如果你象我一样是eclipse初学者,你就用这种 all-in-one 的东西吧。如果你需要用C++,就装一个单独的C++版。需要其它语言,就再装一个单独的eclipse。方法很笨,并且浪费空间,但是相对简单些。没办法,谁让我是新手。

    3、在PHP的php.ini中加入XDEBUG
    php.ini在/etc/php5/下的几个文件夹里,应该有三个文件夹:apache2、cli、conf.d,我们应该修改apache2和cli下的php.ini. 在conf.d下有一个xdebug.ini文件,记录了xdebug的文件路径.哈,我不是老手,有些高手不说这个的。
    用超级用户分别打开上面说的两个php.ini,添加如下代码
    [xdebug]
    xdebug.remote_enable = 1
    xdebug_remote_host = "localhost"
    xdebug.remote_port = 9000
    xdebug.remote_handler = "dbgp"
    zend_extension=/usr/lib/php5/20060613+lfs/xdebug.so

    4、修改apache的默认网站路径。
    当然,你再建一个虚拟目录更好,但我们开发用的电脑一般不会是服务器,就这样将就吧。修改的方法如下:
    用超级用户打开配制文件,路径:/etc/apache2/sites-available/default
    修改路径到你的php项目存放的地方。具体我也不太懂,我修改了两个地方:
        DocumentRoot /home/fsp/workspace/pdt/

    /home/fsp/workspace/pdt/这个是我存放PHP项目的路径。

    5、重启apache
    sudo /etc/init.d/apache2 restart

    6、打开eclipse,建一个PHP项目,再建一个PHP网页,打上两句代码,我打的是
    echo phpinfo();
    保存,在firefox中测试看一下结果。这里要注意路径,一定要找得到文件。比如我的
    http://localhost/phptest/newfile.php

    7、配制eclipse的浏览器
    打开eclipse,找到window->preferences->general->web browser,看一下有没浏览器,没有就添加一下,当然是firefox

    8、配制运行及调试选项
    window->preferences->PHP->>php executables->add->设置如下
    php5
    /usr/bin/php5 (注意这里要选择php5,不要是php,因为我们安装的是php5-xdebug)

    9、继续配制debug(麻烦啊)
    window->preferences->PHP->run/debug->perspectives->可以找到php script和php web page
    ,分别设置他们的debug,及运行程序。

    10、建立PHP脚本后,最后调试运行
    打开Run->Open Debug Dialog ,选择调试所需要用的名称和环境,仔细看一下,应该没问题。
    然后就可以单步调试了。

ubuntu 配制 eclipse PHP 开发环境

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

CakePHP Project Configuration CakePHP Project Configuration Sep 10, 2024 pm 05:25 PM

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

CakePHP Date and Time CakePHP Date and Time Sep 10, 2024 pm 05:27 PM

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

Android TV Box gets unofficial Ubuntu 24.04 upgrade Android TV Box gets unofficial Ubuntu 24.04 upgrade Sep 05, 2024 am 06:33 AM

For many users, hacking an Android TV box sounds daunting. However, developer Murray R. Van Luyn faced the challenge of looking for suitable alternatives to the Raspberry Pi during the Broadcom chip shortage. His collaborative efforts with the Armbia

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP Routing CakePHP Routing Sep 10, 2024 pm 05:25 PM

In this chapter, we are going to learn the following topics related to routing ?

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

CakePHP Creating Validators CakePHP Creating Validators Sep 10, 2024 pm 05:26 PM

Validator can be created by adding the following two lines in the controller.

See all articles