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

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 are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
001+ <p><a href="index.php?SESSID=sessionidhere">Click This Anchor Tag!</a></p> 002+ <p><a href="index.php?SESSID=sessionidhere#place">External link with anchor</a></p> 003+ <p><a href="http://php.net?SESSID=sessionidhere#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>
1 (33%)
001+ Warning: session_start(): open(/tmp/sess_sessionidhere, O_RDWR) failed: Permission denied (13) in %s/bug74892.php on line 7 002+ 003+ Warning: session_start(): Failed to read session data: files (path: ) in %s/bug74892.php on line 7