php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15851 Output has extra garbage past end of output
Submitted: 2002-03-03 20:15 UTC Modified: 2002-06-04 01:00 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: samc at atnet dot net dot au Assigned:
Status: No Feedback Package: Output Control
PHP Version: 4.1.2 OS: Debian/testing Linux 2.2.18pre21
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-03-03 20:15 UTC] samc at atnet dot net dot au
We have some PHP4 scripts, running against PHP4.1.2 and
Apache 1.3.23, output buffering off.

For some unknown reason, script output has extra fragments
of the document, after the </HTML> tag. Like:

...document...</HTML> face="Arial">

or

...doc...</HTML> color="#ffffff">



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-04 00:49 UTC] yohgaki@php.net
Do you see the extra fragment everytime?
Do you use trans sid?
Do you use mb_output_handler?
Do you use trans sid?
Do you use ob_gzhandler?
 [2002-03-04 18:51 UTC] samc at atnet dot net dot au
The extra fragment appears everytime, and is the same whenever the affected page is loaded. We do use trans_sid, however we do not use output buffering of any kind. Interestingly, the problem goes away when output buffering is enabled.
 [2002-05-03 23:28 UTC] yohgaki@php.net
How do you output html?
Something like

echo $page; 

or

<html>
<body>
<?php echo $something; ?>
</body>
</html>

Can you make short script?


 [2002-06-04 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 17:01:31 2024 UTC