Closed tharmstrong closed 6 years ago
Initially thought this was data issue. In the end it was an undocumented buffer size restriction in PHP. When PHP code echoes page content, it uses a buffer. This buffer only gets flushed to browser when compiler encounters ?> <? symbols. Not even flush(); did the trick.
Reported by Richard Milward.