php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19705 output buffering failing make test
Submitted: 2002-10-01 23:08 UTC Modified: 2002-10-14 21:21 UTC
From: alan at akbkhome dot com Assigned:
Status: Closed Package: Output Control
PHP Version: 4CVS-2002-10-01 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alan at akbkhome dot com
New email:
PHP Version: OS:

 

 [2002-10-01 23:08 UTC] alan at akbkhome dot com
make test
.......
FAIL Output buffering tests (006.phpt)
.....


and hence output buffering is failing..

I think that worked before the register_globals fix went in.. 
http://bugs.php.net/bug.php?id=19646



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-02 00:29 UTC] yohgaki@php.net
This is nasty...

Do you know applicable patch?
 [2002-10-02 00:31 UTC] yohgaki@php.net
For some reason, output buffer is bypassed and directly outputs. Are you using CLI, CGI or SAPI?

 [2002-10-02 00:53 UTC] alan at akbkhome dot com
It affect CLI (eg. make test).
and also the apache1 SAPI
 [2002-10-02 01:32 UTC] alan at akbkhome dot com
just downgraded output.c to rev. 1.121 and the obtest passes

http://cvs.php.net/co.php/php4/main/output.c?sbt=2&r=1.121

re-updated and made it fail again...
 [2002-10-02 23:51 UTC] yohgaki@php.net
This is a CLI specific problem.
CLI shouldn't automatically set implicit_flush=On always.

 [2002-10-04 00:02 UTC] yohgaki@php.net
I should be CLI problem. 
006.phpt works for me, but 009.php does not.

-c option is related somehow.
 [2002-10-05 19:30 UTC] wez@php.net
this also causes other tests (user streams) to fail.
 [2002-10-14 21:21 UTC] wez@php.net
tests seem fine now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 06:01:30 2024 UTC