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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Dec 22 10:01:28 2024 UTC