Table of Contents
PHP环境搭建-WAMP+Zend,php搭建-wampzend
Home php教程 php手册 PHP环境搭建-WAMP+Zend,php搭建-wampzend

PHP环境搭建-WAMP+Zend,php搭建-wampzend

Jun 13, 2016 am 09:04 AM
php build environment

PHP环境搭建-WAMP+Zend,php搭建-wampzend

  

      /*本人愚昧,在网上找了很多的教程,几番折磨,最后在贴吧上终于有了盼头!在这分享一下,希望勿喷。*/

      /*这是在windows机子上,我并不知道win32、win64的区别,搭建的时候,虽然写是win32的,但我是win64的,照样可以装!*/

一、文件下载(见下图):文件下载地址: http://pan.baidu.com/s/1o6KG41k

                   

二、首先在在E盘建立2个文件夹 我的是在E盘。

  你可以根据自己的需要建立在任意位置。

   我们会把apache php mysql安装在amp文件夹,www文件夹我们做根目录放项目。

                               

三、首先安装apache
    四、

设置Apache配置文件

  

<strong>设置apache 进入apache 安装目录 进入conf目录打开 httpd.conf</strong>

      echo "图要看仔细啊!!!!!!";


    解压php文件包放到e盘www目录下 命名为php 进入php文件夹 找到下面这2个文件任意一个备份下 重命名为php.ini   
    echo “可能出现的问题!!”;

    

 

  80端口被占用,可能是因为迅雷或其他软件占用端口,我的做法是在Apache配置文件中把端口设置改为81,

  这个方便点,所以解除其他软件端口占用的方法没有去试。

  可是后来,我的81可不能用了,百度了一下,有改成5001,又可以用了,希望有大神告知。

 

 

 

 

五、Mysql安装

打开mysql文件 同意条款
     选择自定义配置
            六、Zend安装

  软件分享地址:http://pan.baidu.com/s/1dDD7sI1

    

    赶紧来动手写一下你的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

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks 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)

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.

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 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 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.

CakePHP Logging CakePHP Logging Sep 10, 2024 pm 05:26 PM

Logging in CakePHP is a very easy task. You just have to use one function. You can log errors, exceptions, user activities, action taken by users, for any background process like cronjob. Logging data in CakePHP is easy. The log() function is provide

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

CakePHP Quick Guide CakePHP Quick Guide Sep 10, 2024 pm 05:27 PM

CakePHP is an open source MVC framework. It makes developing, deploying and maintaining applications much easier. CakePHP has a number of libraries to reduce the overload of most common tasks.

See all articles