On Mon, 7 Oct 2002, Zeev Suraski wrote:

> Can you see if calling php_end_ob_buffers() in the session deactivate
> function, in case BG(url_adapt_state_ex).active is true, solves this problems?

    Note the condition here:

> >     There is an even weirder bug, at least in the 4.2.3/CGI case
                                                      ^^^^^

    I got the other error:

> >     In HEAD, this yields:
> >
> >     if (!OG(ob_nesting_level)) {
> >         php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to
> > flush buffer. No buffer to flush.");

    ..only because I had wiped out my php.ini for the 4.2.3 test
    and did not reinstantiate it properly for the HEAD test.
    ob_flush together with session.use_trans_sid enabled works in
    the latest CVS.

    - Sascha


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to