Re: ssl ignoring php bufferring?

From: Rasmussan Gilicudy (rastor_at_nospamicom.net)
Date: 11/09/04


Date: Mon, 8 Nov 2004 23:35:07 -0500

I don't think so because it works on my php/Apache system.

"Bent Stigsen" <ngap@thevoid.dk> wrote in message
news:419031a7$0$56941$edfadb0f@dread15.news.tele.dk...
> Douglas F. wrote:
> > Actually, the buffering doesn't work when non SSL either so that, I
> > think, means that the hosts php.ini file output_buffering = off?
> > Would this be a correct assumption?
>
> ob_start should override even is set to off. I would assume you had
> overlooked some prior output.
>
> /Bent
>
>
> > "Douglas F." <fabien@toast.net> wrote in message
> > news:1099851586.rlnEyCfhZw0RSMK43C9CCw@teranews...
> >
> >> I have a download.php that handles some form posts from a html
> >> page. It attempts to use Header(Location: ......) to download a
> >> file. It works when out of ssl, but when under ssl, I get the
> >> 'Headers already sent' error. The ob_start() and ob_end_flush()
> >> calls are being ignored. I theorize that the Host's SSL package
> >> has to allow buffering, or maybe it is the Server? any suggestions
> >> or resolutions will certainly be appreciated on this.



Relevant Pages

  • Re: ssl ignoring php bufferring?
    ... Douglas F. wrote: ... > Actually, the buffering doesn't work when non SSL either so that, I ... ob_start should override even is set to off. ...
    (comp.lang.php)
  • Re: ssl ignoring php bufferring?
    ... What should I do if the host does not have output buffering enabled on their ... The Header app works on my Apache system ... > out of ssl, but when under ssl, I get the 'Headers already sent' error. ...
    (comp.lang.php)
  • Re: ssl ignoring php bufferring?
    ... Actually, the buffering doesn't work when non SSL either so that, I think, ... means that the hosts php.ini file output_buffering = off? ... > any suggestions or resolutions will certainly be appreciated on this. ...
    (comp.lang.php)