ID:               22603
 User updated by:  mcmunn at mcmunn dot com
 Reported By:      mcmunn at mcmunn dot com
-Status:           No Feedback
+Status:           Open
 Bug Type:         Apache2 related
 Operating System: FreeBSD 4.7
 PHP Version:      4.3.0
 New Comment:

I upgraded to 4.3.1, still having the same problem


Previous Comments:
------------------------------------------------------------------------

[2003-03-15 18:47:25] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2003-03-10 10:43:49] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2003-03-08 03:26:25] mcmunn at mcmunn dot com

I can't set the content-length via the header() function.  I am setting
the content-type and other header fields, this is making me bonkers.
Even the most simple sample:

<?
ob_start();
?>
 
Put HTML tags.
 
<?
$size=ob_get_length();
header("Content-Length: $size");
ob_end_flush();
?>

will fail.  I have apache 2.0.43 and PHP 4.3.0

Any help is much appreciated.

------------------------------------------------------------------------


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

Reply via email to