Home > Backend Development > PHP Tutorial > IIS7下php实现即时输出

IIS7下php实现即时输出

WBOY
Release: 2016-06-23 13:52:21
Original
772 people have browsed it

PHP程序在IIS的默认设置下是无法逐渐显示结果的。但在FTP空间里却是可以即时输出,研究了好久,终于找到解决方法.
办法如下:

首先:

打开文件 C:\Windows\System32\inetsrv\config\applicationHost.config ,注意如果你的是64位系统,这个文件就必须用64位的编辑软件打开,32位的软件打开会提示文件不存在,就用系统自带的notepad记事本打开就可以了。找到下面这一段,加入红色的那段代码就行了,也就是php这个handler里面加上responseBufferLimit="0"。


如图:


其次:

把php.ini里面的output_buffering = Off。

如图:



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