In IIS7, php implements real-time output. the results cannot be displayed gradually under the default settings of IIS. However, it can be output instantly in the FTP space. after studying for a long time, I finally found a solution.
The method is as follows:
First:
Open the file C: \ Windows \ System32 \ inetsrv \ config \ applicationHost. config. Note that if you use a 64-bit system, the file must be opened with a 64-bit editing software. if you open a 32-bit software, the system will prompt that the file does not exist, use the notepad that comes with the system to open it. Find the following section and add the red section of code, that is, add responseBufferLimit = "0" to the handler of php ".
E: \ PHPCMS \ PHP \ php-cgi.exe "resourceType =" Either "responseBufferLimit =" 0 "/>
Second:
Set output_buffering = Off in php. ini.
: