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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: boris at erdmann dot cx
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon May 12 09:01:27 2025 UTC