Bryan Yang wrote:
I've attached install.txt.gz (original HTML install output prior to correction) and phpinfo.txt.gz (original HTML phpinfo() output). Hope this helps.
Unfortunately these didn't come through as we've recently configured the list to strip binary attachments (we've had a rash of virus e-mails sending with the return addresses of real subscribed people).
However I'm pretty sure this is caused by PHP being configured globally to run all output through a compression filter: when buffering is disabled, the compressed output breaks off there and anything after is treated as garbage and ignored.
I've checked in a fix to use ob_implicit_flush() instead of ob_end_flush(), and it no longer dies on my test box configured that way. This fix will be included in 1.3.2.
-- brion vibber (brion @ pobox.com)