1.安装语言包
http://www.eclipse.org/babel/downloads.php
11.0的时候仍然是juno
http://download.eclipse.org/technology/babel/update-site/R0.12.0/juno

2.安装StartExplorer
Location: http://basti1302.github.com/startexplorer/update/

3.修改项目的字符编码为utf8
常规==工作空间==编码
php===编辑器===code folding 取消启用折叠

添加快捷文件头注释: php--编辑器--模板

/**
* HassCMS (http://www.hassium.org/)
*
* @link http://github.com/hasscms for the canonical source repository
* @copyright Copyright (c) 2014-2099 Hassium Software LLC. 
* @license http://www.hassium.org/license/new-bsd New BSD License
*/

/**

*
* @author zhepama <zhepama@gmail.com>
* @since 1.0
*/

4.安装composer

curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

4.安装zend studio自带插件

Zend Studio Extra Features - http://downloads.zend.com/studio-eclipse/updates-extra

egit   push时会提示no fast farward之类的,意思是应该先从github上pull一下,然后再push。

dbeaver mysql  数据库

color theme  主题

5.安装xdebug

yum install php-devel

git clone git://github.com/xdebug/xdebug.git
cd xdebug/
phpize
./configure --enable-xdebug
make

cp modules/xdebug.so /usr/lib64/php/modules/xdebug.so            或者   make install

cp /etc/php.d/pdo.ini /etc/php.d/xdebug.ini

vi /etc/php.d/xdebug.ini
zend_extension=/usr/lib64/php/modules/xdebug.so   
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000

systemctl restart httpd

首选向===调式===已安装的调试器=====xdebug配置

accept remote session 修改为 local 本地

安装zend debug

http://www.zend.com/en/products/studio/downloads?aliId=11100165#Linux

http://files.zend.com/help/Zend-Server/zend-server.htm#zend_debugger_-_configuration_directives.htm

这里可以下载到zenddebug

wget -c http://downloads.zend.com/studio_debugger/2014_07_16/ZendDebugger-linux-x86_64.tar.gz

tar -zxvf ZendDebugger-linux-x86_64.tar.gz

cd ZendDebugger-linux-x86_64/php-5.4.x

cp ZendDebugger.so /usr/lib64/php/modules/ZendDebugger.so

cp /etc/php.d/pdo.ini /etc/php.d/ZendDebugger.ini

vi /etc/php.d/ZendDebugger.ini

zend_extension=/usr/lib64/php/modules/ZendDebugger.so
zend_debugger.allow_hosts=127.0.0.1/32,10.0.0.0/8,192.168.0.0/16,172.16.0.0/12
zend_debugger.expose_remotely=allowed_host

systemctl restart httpd

安装phalcon

sudo yum install php-devel php-mysql gcc libtool

git clone --depth=1 git://github.com/phalcon/cphalcon.git

cd cphalcon/build sudo

./install

sudo echo "extension=phalcon.so" > /etc/php.d/phalcon.ini

git clone https://github.com/phalcon/phalcon-devtools.git
cd phalcon-devtools
 ./phalcon.sh 
source ~/.bash_profile 

修改php配置

short_open_tag  =on

display_errors  = on

date.timezone =Asia/Chongqing

zend studio 安装后一体化配置的更多相关文章

  1. 2022年windows的Visual Studio 安装后初始配置

    目录 前言 1.开发环境设置,修改存储空间 打开编译器,选择工具-->导入和导出设置-->重置所有设置-->下一步 修改盘符-->下一步->选择环境->完成 2.主 ...

  2. Zend Studio安装详解

    本篇文章介绍Zend Stuido安装 PHP安装请参考 http://www.cnblogs.com/azhe-style/p/php_new_env_build.html 一.下载 百度Zend ...

  3. Android Studio安装后提示No JVM installation found解决办法

    Android Studio安装后提示No JVM installation found解决办法 问题描述:Android Studio安装完毕,打开时出现提示"No JVM install ...

  4. 基于iSCSI的SQL Server 2012群集测试(二)--SQL群集安装后初始化配置测试

    4.群集安装后初始化配置测试 4.1 禁用full-text 服务和Browser服务 Full-text服务:公司目前暂不使用,需在两个节点上分别禁用 Browser服务:为保证安全,建议将Brow ...

  5. Android Studio安装后第一次进不去

    Android Studio 安装后第一次进不去,因为检查到有更新的SDK,在下载.但是呢,没有FQ的情况下,无法下载下来,所以就卡住了. 那么解决方案就是让 Android Studio 第一次启动 ...

  6. Zend Studio安装和使用

    Zend Studio安装和使用 工欲利其事必先利其器 1.ZendStudio 下载 下载地址:http://www.zend.com.安装就和典型的windows软件安装一样.直接next,nex ...

  7. Linux 虚拟机安装后的配置和一些命令符笔记

    一.安装后的配置 1.设在终端的字体为等宽字体 比如:DejaVu Sans Mono 2.将当前的普通用户加入到sudo用户组adduser en sudochmod +w /etc/sudoers ...

  8. Ubuntu 安装后的配置及美化(二)

    Ubuntu安装后的配置与美化(二) 上篇文章讲了安装ubuntu后的一系列基础的配置,已经可以满足日常的使用了,这篇文章讲一下安装 IDE 及一些其他的配置. 1.安装 SSR 下载 SSR 客户端 ...

  9. Ubuntu 安装后的配置及美化(一)

    Ubuntu 安装后的配置及美化(一) 记录一下 完成后的主界面. 配置 1.更新源为阿里云 找到 软件和更新 选项,更新源为阿里云的源. 在 其他软件 中将 Canonical合作伙伴 打上勾. 然 ...

随机推荐

  1. PLSQL报错:"动态执行表不可访问,本会话的自动统计被禁止"

      PLSQL报错:"动态执行表不可访问,本会话的自动统计被禁止" CreationTime--2018年7月16日19点26分 Author:Marydon 1.情景展示 2.解 ...

  2. 使用Properties去读取配置文件,并获得具体内容值

    有时候,写了一个配置文件,需要知道读出来的内容对不对,我们需要测试一下,看看读出来的跟我们要的是不是一样.这里写了一个工具类,用来读取配置文件里面的内容. 一.使用Properties工具类来读取. ...

  3. SpringMVC使用Cron表达式的定时器

    SpringMVC的功能很强大,集成了Quartz定时器的功能.能够通过Cron表达式和简单的注解就实现定时运行任务的功能. 网上看到不少样例,可是都不是非常全. 闲话少说.首先要在springmvc ...

  4. setting.xml配置详解

    http://blog.csdn.net/uohzoaix/article/details/7035302 http://www.micmiu.com/software/build/maven-set ...

  5. 【转载】MyEclipse使用指南(精简版)

    1.安装 2.注册 3.配置 window ----> preferences (1)配置 JDK java--->Installed JREs --> Add ---> JR ...

  6. no !/ in spec

    问题: 在学习hibernate的过程中涉及到hibernate.cfg.xml和hibernate.hbm.xml配置文件的编写,写完之后配置文件出现黄色感叹号,鼠标悬停在感叹号上时显示no !/ ...

  7. 【LeetCode】49. Anagrams (2 solutions)

    Anagrams Given an array of strings, return all groups of strings that are anagrams. Note: All inputs ...

  8. 解释-DNS,A记录,CNAME记录,域名转向,SRV记录,TTL值,泛域名与泛解析,域名绑定

    http://www.lihongye.net/post/dns.html DNS DNS,Domain Name System或者Domain Name Service(域名系统或者域名服务).域名 ...

  9. POJ 1364 King (差分约束)

    King Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 8660   Accepted: 3263 Description ...

  10. PowerDesigner删除外键关系,而不删除外键列[转]

    PowerDesigner中配置外键关系时,如果要删除配置的外键关系,默认设置会一同删除外键列. 要更改此设置,需在菜单栏tools中打开Model Options,在Model Settings中点 ...