Real-time output of php in IIS7

Source: Internet
Author: User
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.

:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.