Test: /ext/session/tests/bug74892.phpt - Version 7.4.0        

Bug #74892 Url Rewriting (trans_sid) not working on urls that start with #
Submitted: 2017-07-10 14:30:03 Modified: 2018-04-12 15:57:32
From: drchuck Assigned: cmb
Status: Closed Package: Session related
PHP Version: 7.1.7 OS: Mac OS/X

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ <p><a href="index.php?PHPSESSID=fud1pvl0tid12mgbcpsmcf3hs5">Click This Anchor Tag!</a></p>
002+ <p><a href="index.php?PHPSESSID=fud1pvl0tid12mgbcpsmcf3hs5#place">External link with anchor</a></p>
003+ <p><a href="http://php.net?PHPSESSID=fud1pvl0tid12mgbcpsmcf3hs5#foo">External link with anchor 2</a></p>
001- <p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p>
002- <p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p>
003- <p><a href="http://php.net?PHPSESSID=sessionidhere#foo">External link with anchor 2</a></p>