php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18664 Error using ob_start
Submitted: 2002-07-31 08:34 UTC Modified: 2002-09-29 22:25 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: stephan dot skusa at lippe-net dot de Assigned:
Status: Not a bug Package: Output Control
PHP Version: 4.2.2 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: stephan dot skusa at lippe-net dot de
New email:
PHP Version: OS:

 

 [2002-07-31 08:34 UTC] stephan dot skusa at lippe-net dot de
Hello,

I think I've got a problem using ob_start() on PHP 4.2.2
If I do so the output seems to be interrupted after some characters

example without ob_start():
http://www.lippe-net.de/projekt3/satro/merchandising/index.php

example with ob_start():
http://www.lippe-net.de/projekt3/satro/merchandising/index.php?ob=yes

My first row is:
if ( isset($_GET["ob"]) ) ob_start();

everything else is equal

Bye
Stephan

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-31 10:21 UTC] sander@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2002-07-31 12:29 UTC] stephan dot skusa at lippe-net dot de
Oh ... please feel free to download the zipped source:
http://www.lippe-net.de/projekt3/satro/merchandising/download.src.tar.gz

another interesting thing is to call
ob.php
which is switching ... :)
 [2002-07-31 12:29 UTC] stephan dot skusa at lippe-net dot de
reopened
 [2002-07-31 17:56 UTC] kalowsky@php.net
can you please just paste the simpliest script you can make to reproduce this bug?
 [2002-08-01 14:17 UTC] stephan dot skusa at lippe-net dot de
Yes I will ... tomorrow ... :)
 [2002-09-09 15:47 UTC] stephan dot skusa at lippe-net dot de
Sorry ... there is not time for me to build a more simple Script ... anyway The Problem appeared for Version 4.2.2 and the source of my Samples was not very long ... meanwhile this Problem appears in many Projects that are now running under this Version ...
If you will not find an error I think I should downgrade ... !
 [2002-09-09 15:49 UTC] stephan dot skusa at lippe-net dot de
Sorry ... there is not time for me to build a more simple Script ... anyway The Problem appeared for Version 4.2.2 and the source of my Samples was not very long ... meanwhile this Problem appears in many Projects that are now running under this Version ...
If you will not find an error I think I should downgrade ... !
 [2002-09-29 22:25 UTC] iliaa@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


The sample download URL is not avaliable and no other samples are avaliable that would permit replication & analysis of this problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 01:01:30 2024 UTC