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

WBOY
Release: 2016-06-13 12:05:55
Original
835 people have browsed it

各位大神在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"
Copy after login

路径和扩展按你实际需要设置

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!