찾다
php教程php手册PHP安装步骤(以apache 2.2 + php5.3为例)

1. Download Apache for windows MSIfile, and run it Bydefault, port is 80, root dir is %apache_dir%/htdocs. You can update thesettings in conf/httpd.conf file 2. If Apache Service can't be installed in Control Panel Admin Tools Services, Ex

1.     Download Apache for windows MSIfile, and run it

Bydefault, port is 80, root dir is %apache_dir%/htdocs. You can update thesettings in conf/httpd.conf file

2.  If Apache Service can't be installed in "Control Panel > Admin Tools > Services",

        Execute following command in %apache_dir%/bin

           httpd.exe -k install -n Apache2.2

      另外几个有用的命令:

    remove apache service:      httpd.exe -k uninstall -n Apache2.2

            start apache service from : httpd.exe -k start

            stop apache service:           httpd.exe -k stop    orhttpd.exe -k shutdown

            restart apache service:       <span>httpd.exe -k restart</span>

 

      如果不通过windows Apache service,你可以直接使用下列命令:

            start apache server:          httpd

            stop apache server:       <span>httpd.exe -k shutdown</span>     

            restart apache server:       <span>httpd.exe -k restart</span>

 


2.     Test if apache server works

1)     Start server: start “Apacheservice” from “Control Panel > select “Start > Programs > Apache httpserver 2 > control apache server > start” or start server from apacheserver icon in the right bottom corner of desktop

For Win 7,上述方法都无法启动apache server,你需要rightclick右下角的apache icon,然后select “open services”,然后start“apache server” service

2)     Try to accesshttp://localhost

 

3.     Download and extract php5.3 zipfile

Note: download php 5.3 VC9 thread safe version

 

4.     进入 php的安装目录,将php.ini-productionphp.ini-development复制一份,命名为 php.ini

 

Assume php install dir is “d:/php5”

5.     Configure PHP in php.ini file

1)     Find

extension_dir = "./"

            Change it to following

                        extension_dir = "d:/php5/ext"

IF there is "#" before above code, MUST REMOVE IT!!!!!!!!!!!!!!

            php can’tfind extension module without it

2)     To support mysql, remove “;”fromfollowing line

;extension=php_mysql.dll

if php load mysql module successfully, you can see "mysql" module (NOT "mysqlnd" module) in phpinfo()


To Support openssl, remove ";" from following line (phplist with gmail setting must use openssl)

;extension=php_openssl.dll

if php load mysql module successfully, you can see "openssl" module in phpinfo()


3)     (Optional)To enable short open tags(for example ...?>), find “short_open_tag”setting and change it tofollowing:

short_open_tag = On

4)     (Optional)To display errormessages in your browser window for development, find “display_errors”settingand change it to following:

display_errors = On

 

6.     Configure Apache for PHP 5

Open%apache_dir%/conf/httpd.conf file,

 

1)     Add php module

If usingApache 2.0.x, add following line after all the LoadModule statements:

           LoadModulephp5_module "d:/php5/php5apache2.dll"

 

If usingApache 2.2.x, add the following line instead:

           LoadModulephp5_module "d:/php5/php5apache2_2.dll"

 

注意:使用的是“/”,而不是“/”

 

2)     Add php type

Searchfor "AddType" in the file, and add the following line after the last"AddType" statement

            AddTypeapplication/x-httpd-php .php

            AddTypeapplication/x-httpd-php .phtml

 

3)     Indicate the location folder ofyour PHP ini file

Add the following line to the end of your httpd.conf file.

            PHPIniDir"d:/php5"

注意:使用的是“/”,而不是“/”

 

4)     Find “DirectoryIndex” setting,and change it to

DirectoryIndex index.php index.html

 

5)     Save httpd.conf file and restartapache server

 

7.     Create a test.php file in rootpath, the content is following:

Tryit fromhttp://localhost/test.php

 

注意:不再需要在环境变量“path”里添加php的安装目录

 

 

 

 

성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.

핫 AI 도구

Undresser.AI Undress

Undresser.AI Undress

사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover

AI Clothes Remover

사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool

Undress AI Tool

무료로 이미지를 벗다

Clothoff.io

Clothoff.io

AI 옷 제거제

Video Face Swap

Video Face Swap

완전히 무료인 AI 얼굴 교환 도구를 사용하여 모든 비디오의 얼굴을 쉽게 바꾸세요!

뜨거운 도구

드림위버 CS6

드림위버 CS6

시각적 웹 개발 도구

SublimeText3 Mac 버전

SublimeText3 Mac 버전

신 수준의 코드 편집 소프트웨어(SublimeText3)

SublimeText3 중국어 버전

SublimeText3 중국어 버전

중국어 버전, 사용하기 매우 쉽습니다.

Dreamweaver Mac版

Dreamweaver Mac版

시각적 웹 개발 도구

SublimeText3 영어 버전

SublimeText3 영어 버전

권장 사항: Win 버전, 코드 프롬프트 지원!