Zend Studio安装详解
本篇文章介绍Zend Stuido安装
PHP安装请参考
http://www.cnblogs.com/azhe-style/p/php_new_env_build.html
一、下载
百度Zend Studio,我下载的是
http://downloads.zend.com/studio-eclipse/13.5.0/ZendStudio-13.5.0-win32.win32.x86_64.exe
如果下载版本过新,可能找不到相应的破解软件。到目前,官网是13.5.1版本的
二、安装
点击Options,选择安装目录(安装软件时,通常目录不要有中文)。确定后,同意声明,点击Install进行安装
安装完成后打开Zen Studio
工作目录选择安装Apache设置的工作路径。
点击OK
现在Zend Studio 是未激活状态,关闭软件
百度搜索Zend Studio 13.5.0破解,下载破解软件。解压
把jar包,复制到Zend Studio 安装目录,替换原有文件
我软件安装目录是D:\Program Files\Zend\Zend Studio 13.5.0
要替换D:\Program Files\Zend\Zend Studio 13.5.0\plugins下的jar文件
然后重新打开软件
把注册码复制到对话框中,点击Continue,激活成功。
点击软件的Help-->About Zend Studio
免费更新,使用期限是永远(Never)
说明激活成功
三、创建Apache Server
新建一个项目,Local PHP Project项目
点击Finish
下面在index.php鼠标右键,选择Run As-->Run Configurations
双击PHP Web Application 配置PHP运行环境
点击New,创建一个新的服务器
前面安装了Apache。http://www.cnblogs.com/azhe-style/articles/apache_setup.html
于是,此处选择Local Apache HTTP Server
点击Next
Server Name自己起一个
Configuration Directory 选择前面安装Apache目录的conf目录。
点击Next
选择如图所示
点击Finish完成服务器配置
点击Apply,完成后点击Close,完成配置
鼠标右键index.php,Run As-->PHP Web Application
于是主页就是Zend Studio 内置浏览器中显示了