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

IIS+PHP ,apache+Php架设

WBOY
WBOYOriginal
2016-06-23 14:36:57945browse

1.IIS+PHP

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

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

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

 

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
Previous article:Php中正则小结(一)Next article:【PHP】PHP第一天