ID: 28524 Comment by: steph at taizer dot net Reported By: jorrit at gameparty dot net Status: Open Bug Type: Performance problem Operating System: Windows PHP Version: Irrelevant New Comment:
It certainly fixed my problems!!! IIS, PHP and MySQL were utterly unbearable, I always thought it was in my systems. Even upgrades were arranged but nothing worked... I think this should be taken up in the installation manual for under Windows: Want to use MySQL? Well, not without this setting... Previous Comments: ------------------------------------------------------------------------ [2004-05-26 10:43:46] jorrit at gameparty dot net Description: ------------ A friend of mine had the following problem for almost 2.5 years: He is a Windows expert, and uses IIS to host his pages. He uses PHP to make dynamical pages, and on different systems and with different PHP versions, he had the problem that pages loaded very slow. He could not find anything on the internet, only some suggestions in newsgroups that IIS does not like a lot of small pieces of data outputted after eachother, for instance echo-ing the contents of a table in a while loop. We fixed this bij setting output_buffering to On, causing PHP to return all the output to IIS in one package. This solved the problem he had for 2.5 years immediately. I suggest that this is entered somewhere as a comment in php.ini or the manual, because it can help a lot of people. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28524&edit=1