I tested the CGI version (command line) and the first
    outptus:

    $ php -f 14226.php
    BBBBBBBBBBBBBBBBBBBBBBB$

    $ php -v
    4.2.0-dev

    (with usual enable debug, etc)

    so this does only apply to apache? can you test the CGI
    version too?

    - Markus

On Sun, Dec 02, 2001 at 01:20:20PM -0000, [EMAIL PROTECTED] wrote : 
> ID: 14226
> User updated by: [EMAIL PROTECTED]
> Reported By: [EMAIL PROTECTED]
> Status: Open
> Bug Type: Output Control
> Old Operating System: Linux
> Operating System: Linux 2.4.4/glibc 2.2.2
> Old PHP Version: 4.1.0RC1
> PHP Version: 4.1.0RC CVS (2001/12/2)
> New Comment:
> 
> A little update.
> ob_end_flush() has problem also.
> 
> 
> Previous Comments:
> ------------------------------------------------------------------------
> 
> [2001-11-26 06:16:30] [EMAIL PROTECTED]
> 
> I cannot reproduce segfualt, but it seems PHP may segfault with this. Here is apache 
>error log.
> 
> [Mon Nov 26 19:45:19 2001]  Script:  '/home/yohgaki/public_html/bugs/output/bug.php'
> ---------------------------------------
> output.c(245) : Block 0x0818A668 status:
> Beginning:      Overrun (magic=0x401D1178, expected=0x7312F8DC)
>       End:      Unknown
> ---------------------------------------
> [Mon Nov 26 19:45:19 2001]  Script:  '/home/yohgaki/public_html/bugs/output/bug.php'
> ---------------------------------------
> output.c(245) : Block 0x0818A668 status:
> Beginning:      Overrun (magic=0x401D1178, expected=0x7312F8DC)
>       End:      Unknown
> ---------------------------------------
> [Mon Nov 26 19:45:19 2001]  Script:  '/home/yohgaki/public_html/bugs/output/bug.php'
> ---------------------------------------
> output.c(245) : Block 0x0818A668 status:
> Beginning:      Overrun (magic=0x401D1178, expected=0x7312F8DC)
>       End:      Unknown
> ---------------------------------------
> [Mon Nov 26 19:45:19 2001] [notice] child pid 6681 exit signal Segmentation fault 
>(11)
> 
> 
> ------------------------------------------------------------------------
> 
> [2001-11-26 06:06:17] [EMAIL PROTECTED]
> 
> 4.1.0RC and 4.2.0-dev doesn't output last echo statement. 
> Nesting level handling problem?
> 
> <?php
> ob_start();
> echo "AAAAAAAAAAAAAAAAAAAAAAA";
> 
> ob_end_clean();
> ob_end_clean();
> ob_end_clean();
> ob_end_clean();
> ob_end_clean();
> ob_end_clean();
> ob_end_clean();
> ob_end_clean();
> ob_end_clean();
> 
> echo "BBBBBBBBBBBBBBBBBBBBBBB";
> 
> ?>
> 
> 
> 
> ------------------------------------------------------------------------
> 
> 
> 
> Edit this bug report at http://bugs.php.net/?id=14226&edit=1
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
Please always Cc to me when replying to me on the lists.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to