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
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:
43 - 2 = ?
Subscribe to this entry?

 
 [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: Thu Apr 25 04:01:38 2024 UTC