From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.2.3 PHP Bug Type: Session related Bug description: Failed html tags when trans sid is enabled
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 bug report at http://bugs.php.net/?id=19553&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19553&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19553&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19553&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19553&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19553&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19553&r=support Expected behavior: http://bugs.php.net/fix.php?id=19553&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19553&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19553&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19553&r=globals