Home >Backend Development >PHP Tutorial >各位大神在IIS上配置PHP的那个文件哪位高手可以发给小弟我下

各位大神在IIS上配置PHP的那个文件哪位高手可以发给小弟我下

WBOY
WBOYOriginal
2016-06-13 12:05:55865browse

各位大神在IIS上配置PHP的那个文件谁可以发给我下
如题,查了在IIS配置php的那个文件谁有发给我下我不会下,教教我下载也要
------解决方案--------------------
基础设置

default_socket_timeout = 60<br />upload_tmp_dir="D:\Program Files (x86)\PHP\Temp"<br />session.save_path="D:\Program Files (x86)\PHP\Temp"<br />error_log="D:\Program Files (x86)\PHP\temp\php-errors.log"<br />cgi.force_redirect=0<br />fastcgi.impersonate=1<br />fastcgi.logging=0<br />extension_dir="D:\Program Files (x86)\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