Home > Backend Development > PHP Tutorial > IIS+PHP ,apache+Php架设

IIS+PHP ,apache+Php架设

WBOY
Release: 2016-06-23 14:36:57
Original
944 people have browsed it

1.IIS+PHP

1.1找到date.timezone去掉前面分号,修改为date.timezone = Asia/Shanghai

如果不改以上的date.timezone可能打开网页会提示500错误,去掉注释分号;

1.2找到extension_dir去掉前面分号,修改为extension_dir = "D:/PHP/ext"

 

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template