From:             [EMAIL PROTECTED]
Operating system: Windows XP Professional
PHP version:      4.1.1
PHP Bug Type:     Output Control
Bug description:  HTML output is corrupted unless implicit_flush turned on

PHP 4.1.1 binaries (and earlier versions) using Apache 1.3.23 in Windows XP
Prof. corrupts HTML output with random binary code to clients connecting
from remote computers. Output in localhost is fine. This seems to happen
if the HTML is lengthy. The problem can be solved turning implicit_flush
from php.ini to on, but this is a rather poor solution as it degrades
performance quite a lot. Below is an example of corrupted output, both
from same source.
...
  <tr>
    <td align="right" onmouseover="menuOver(this)"
onmouseout="menuOut(this)"><dèXT€èXT€    /toi
бþs/">Toimitus</a></div></td>
  </tr>
...
        <td colspan="3" align="right"><a href="/pelikonsolit/"
class="blue"><b>Lue lisää...</b></a></td>
      </tèXT€èXT€    r>
 ²þ    <td><img src="/images/items/bar_red.gif" width="7" height="11"
alt="" border="0" /></td>
...

-- 
Edit bug report at: http://bugs.php.net/?id=15245&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to