php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4790 --enable-trans-sid broken
Submitted: 2000-06-02 23:43 UTC Modified: 2000-06-23 07:57 UTC
From: boris at erdmann dot cx Assigned:
Status: Closed Package: Session related
PHP Version: 4.0 Latest CVS (02/06/2000) OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
9 + 49 = ?
Subscribe to this entry?

 
 [2000-06-02 23:43 UTC] boris at erdmann dot cx
when compiled with --enable-trans-sid the following perfectly
valid php/html code

----[cut]----
<?php session_start(); ?>
<html>
 <head>
 </head>
 <body>
  <a href="">LINK</a>
  <form action="">
   <input type=submit>
  </form>
 </body>
</html>
----[cut]----

becomes

----[cut]----
<html>
 <head>
 </head>
 <body>
  <a href="">LINK</a>
  <form action="">
   <input type=submit>
  </form>
 </body>
</html>

?PHPSESSID=33633a37c160516a9ba41719282f2822"">LINK</a>
  <form action="">
   <input type=submit>
  </form>
 </body>
</html>

?PHPSESSID=33633a37c160516a9ba41719282f2822"">
   <input type=submit>
  </form>
 </body>
</html>
----[cut]----

Well, this is no cut and paste error. And this is not processible by
any browser.

Boris

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-23 07:57 UTC] hholzgra at cvs dot php dot net
fixed in latest cvs
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 19:01:30 2024 UTC