ID: 34240 Updated by: [EMAIL PROTECTED] Reported By: xuefer at 21cn dot com -Status: Assigned +Status: Feedback Bug Type: Zlib Related Operating System: * PHP Version: 5CVS, 6CVS, 4CVS (2005-08-25) Assigned To: iliaa New Comment:
It doesn't make any difference with/without the patch for bug #34191 (so I don't think it really broke anything) Try with the shortest possible configure line: # ./configure --disable-all --disable-cli --with-zlib Previous Comments: ------------------------------------------------------------------------ [2005-08-24 21:14:51] [EMAIL PROTECTED] Can you replicate in any other SAPI, I don't have fastcgi sapi installed anywhere. ------------------------------------------------------------------------ [2005-08-24 21:05:07] xuefer at 21cn dot com Description: ------------ fix to [EMAIL PROTECTED] broken 2 echos sapi: fastcgi zlib.output_compression = On turn off=no problem revert the fix=no problem too can llia please look into it? Reproduce code: --------------- <?php echo 1; echo 2; ?> Expected result: ---------------- 12 Actual result: -------------- empty page in browser (corrupted gzip data) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34240&edit=1
