ID: 47937 Updated by: t...@php.net Reported By: t...@php.net Status: Closed Bug Type: Output Control PHP Version: 5.2.9 New Comment:
Thanks, everyone. :) Previous Comments: ------------------------------------------------------------------------ [2009-04-19 15:01:51] il...@php.net This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. FYI Jani: -q for cgi sets headers_sent setting to 1 right a way, hence the different result. ------------------------------------------------------------------------ [2009-04-15 11:31:32] lbarn...@php.net Verified, system() calls sapi_flush() ------------------------------------------------------------------------ [2009-04-13 22:25:17] t...@php.net On FreeBSD with 5.2.9 the SAPI is apache2handler The MacOSX 5.2.9 and 5.3.0RC1 is cli. Do you still need me to try this on Linux? If so, I could compile 5.2.9 and 5.3.0RC1 on Ubuntu tomorrow. ------------------------------------------------------------------------ [2009-04-13 18:04:20] j...@php.net Interesting: # php-cgi -n t.php X-Powered-By: PHP/5.2.9 Content-type: text/html bool(false) string(0) "" int(0) # php-cgi -q -n t.php bool(true) string(0) "" int(0) What SAPI are you using..? ------------------------------------------------------------------------ [2009-04-13 18:01:45] j...@php.net I can not reproduce this with Linux. Please try without the Suhosin patch. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/47937 -- Edit this bug report at http://bugs.php.net/?id=47937&edit=1