|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-23 02:34 UTC] hholzgra@php.net
[2002-09-25 07:27 UTC] sas@php.net
[2002-09-25 07:37 UTC] alan at akbkhome dot com
[2002-09-26 20:17 UTC] sniper@php.net
[2002-10-14 19:26 UTC] php-bugs at lists dot php dot net
[2002-11-01 18:43 UTC] m at sote dot pl
[2002-11-01 18:45 UTC] m at sote dot pl
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 03:00:01 2025 UTC |
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.