windows php装配

WBOY
WBOYOriginal
2016-06-13 10:49:491002browse

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、完毕

Statement:
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