ID: 19553
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Verified
+Status: Feedback
Bug Type: Session related
Operating System: Linux
PHP Version: 4.2.3
New Comment:
This looks to me as if the rewriter would fail to clear a buffer and
thus insert random data into the stream. I would appreciate an example
script which reproduces the behaviour.
Previous Comments:
------------------------------------------------------------------------
[2002-09-23 02:34:35] [EMAIL PROTECTED]
had a similar effect last week, looks like trans_sid
cutting off bytes at buffer ends under certain
(not yet identified) circumstances
from what i have seen it mostly happens at the very
end of a document and only sometimes on the border
of http 1.1 chunks
might have been there for quite some time without
being noticed as it will usually only cut off
the trailing <body><html> which do
not affect output in common browsers ...
------------------------------------------------------------------------
[2002-09-22 18:37:19] [EMAIL PROTECTED]
When I've got --enable-tras-sid, I get wrong html tags (sometimes):
For example:
in file:
<TD background="/themes/_pl/redball/_layout/bar_back.jpg"
class="grey">
<B><font class=white><?php print
"1234567890";?></font></B>
source from web:
<td background="/themes/_pl/redball/_layout/bar_back.jpg"
class="grey">
<b><font1234567890</font></b>
in file:
<input type="text" size="2" maxsize="6" name="num[22]" value='1'><td
align=center>
source from web:
<input type="text" size="2" maxsize="6" name="num[22]"
value='1'></<td
align=center>
I have php-4.2.3 but there is the same bug in 4.2.1
php-4.1.2 is OK.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=19553&edit=1