Home > Backend Development > PHP Tutorial > windows php装配

windows php装配

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 13:10:44
Original
998 people have browsed it

windows php安装
1、修改http.conf文件,加上如下两行
  LoadModule php5_module J:/readbook/php5/php5apache2_2.dll
  PHPIniDir "J:/readbook/php5"
  并在  AddType application/x-gzip .gz .tgz下加
    AddType application/x-httpd-php .php
2.修改php.ini文件,去掉;
;extension=php_dba.dll

;extension=php_dbase.dll

;extension=php_filepro.dll

;extension=php_gd2.dll

;extension=php_imap.dll

;extension=php_mysql.dll

;extension=php_mbstring.dll
3、系统环境变量 path加上 J:\readbook\php5,J:\readbook\php5\ext
4、新建test.php,放到,j:\Apache2.2\htdocs
  phpinfo();
?>

4、完毕

Related labels:
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template