php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4460 enable-trans-sid can not handle href="#link" syntax
Submitted: 2000-05-15 23:07 UTC Modified: 2000-06-23 07:51 UTC
From: steve at shoutweb dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0 Release Candidate 2 OS: Linux (Red Hat 6.0)
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: steve at shoutweb dot com
New email:
PHP Version: OS:

 

 [2000-05-15 23:07 UTC] steve at shoutweb dot com
<? session_start(); ?>
<html>
<head>
	<title>Test Page</title>
</head>

<body>
<a href="#mylink">Link</a>
</body>
</html>

Becomes (after parsing)

<html>
<head>
	<title>Test Page</title>
</head>

<body>
<a href="#mylink">Link3</a>
</body>
</html>
&SID=6b4accc284cd838a515615b590ff3e77"#mylink">Link3</a>
</body>
</html>

Config line:
./configure --with-mysql --enable-trans-sid --enable-track-vars --with-config-file-path=/etc/php4/ --disable-debug  --with-apxs=/usr/sbin/apxs


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-23 07:51 UTC] sterling at cvs dot php dot net
Fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC