ID:               15851
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Output Control
 Operating System: Debian/testing Linux 2.2.18pre21
 PHP Version:      4.1.2
 New Comment:

How do you output html?
Something like

echo $page; 

or

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

Can you make short script?




Previous Comments:
------------------------------------------------------------------------

[2002-03-04 18:51:37] [EMAIL PROTECTED]

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-03-04 00:49:38] [EMAIL PROTECTED]

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-03 20:15:18] [EMAIL PROTECTED]

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">




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15851&edit=1

Reply via email to