PHP程序员站--PHP编程开发平台
 当前位置:主页 >> PHP基础 >> 基础文章 >> 

Eclipse PHP插件(PHPEclipse)安装与配置图解

Eclipse PHP插件(PHPEclipse)安装与配置图解

来源:PHP程序员站  作者:PHP程序员站  发布时间:2011-06-16
PHPeclipse是什么? PHPeclipse是Eclipse的一个插件,它为php开发人员提供了一个集成的开发环境。 PHPeclipse这个插件包括的功能有:PHP语法分析,调试,代码格式化,大纲视图,代码模板定制等。 PHPEclipse的官方网站是: http://www.phpeclipse.de/ , http://www.phpecli

PHPeclipse是什么?

PHPeclipse是Eclipse的一个插件,它为php开发人员提供了一个集成的开发环境。

PHPeclipse这个插件包括的功能有:PHP语法分析,调试,代码格式化,大纲视图,代码模板定制等。

PHPEclipse的官方网站是:http://www.phpeclipse.de/http://www.phpeclipse.net/

安装该插件需要什么软件?

使用PHPeclipse之前你必须安装一下软件:

1、Eclipse3.X   Downland:http://www.eclipse.org/downloads/

2、jdk5.0/更高版本

3、DBG PHP Debugger matching the PHP version you are using

     Downland:http://superb-west.dl.sourceforge.net/sourceforge/dbg2/dbg-2.15.5-win32.zip

4、Eclipse Web Tools Platform Project 1.0.x

具体步骤 :

下面就介绍下在以上都安装好了,怎么在eclipse下加入PHPeclipse插件。

安装PHPeclipse有三种办法:

1、Update Site,你可以使用eclipse的update site得到

2、直接从Sourceforge 下载ZIP文件

3、通过SVN获得,这里就不说了,比较麻烦。

在这里只介绍第一种方法。

安装PHPeclipse最简单的方法就是在eclipse中加入PHPeclipse的update site,也就是第一种方法,:

如果你使用的是eclipse3.2,升级网址就是:http://update.phpeclipse.net/update/stable/1.1.x

如果是eclipse3.3/3.4,升级网址就是:http://update.phpeclipse.net/update/stable/1.2.x

具体操作:打开eclipse,在菜单工具栏选择:Help-> Software Updates -> Find and Install

 

接下来选择:Search for new features to install,点击next,下来点击:new  Remote Site

Name: PHPEclipse 1.2.x

URL:http://update.phpeclipse.net/update/stable/1.2.x

 
点击ok。

然后在页面中选择PHPEclipse1.2.x,点击finish。

等安装完毕后,你就可以创建你的php工程了。

 

 

下来将DBG php调试模块加入到eclipse当中:

下载地址: http://superb-west.dl.sourceforge.net/sourceforge/dbg2/dbg-2.15.5-win32.zip

 解压dbg-2.15.5-win32.zip到临时目录后,更名x86子目录下的php_dbg.dll-5.x.x为php_dbg.dll, 拷贝至php安装目录下的ext扩展所在目录,然后修改php.ini, 加入扩展项, 并且新增debug配置段:

[debugger]debugger.enabled = truedebugger.profiler_enabled = truedebugger.JIT_host = clienthostdebugger.JIT_port = 7869

如果还没安装成功,请参考本站eclipse专题 http://www.phperz.com/php-promotion/Skills/020QO520091795.html


延伸阅读:
什么是Eclipse
Eclipse的安装与配置
Eclipse插件安装
Eclipse的汉化(中文语言包的使用)
Eclipse PHP插件(PHPEclipse)安装与配置
Eclipse SVN插件Subclipse的安装和配置详解(上)
查看Eclipse日志文件存放位置
Eclipse宣布新的SOA平台启动
Eclipse 4.1M3 和 e4 0.11M3 发布
eclipse+pdt下php调试环境的搭建
Tags: PHPEclipse   php插件   Eclipse  
最新文章
推荐阅读
月点击排行榜
PHP程序员站 Copyright © 2007-2010,PHPERZ.COM All Rights Reserved 粤ICP备07503606号