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

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

Count Diff
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
1 (33%)
001+ Warning: session_start(): open(/tmp/phpsession/sess_717f592086a3a9bf0a91788acf5d5a33, O_RDWR) failed: No such file or directory (2) in %s/bug74892.php on line 7
002+
003+ Warning: session_start(): Failed to read session data: files (path: /tmp/phpsession) in %s/bug74892.php on line 7
004+ <p><a href="index.php?PHPSESSID=717f592086a3a9bf0a91788acf5d5a33">Click This Anchor Tag!</a></p>
005+ <p><a href="index.php?PHPSESSID=717f592086a3a9bf0a91788acf5d5a33#place">External link with anchor</a></p>
006+ <p><a href="http://php.net?PHPSESSID=717f592086a3a9bf0a91788acf5d5a33#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+ <p><a href="index.php?PHPSESSID=8ruqocvib4vavqi2kpsg60gnqh">Click This Anchor Tag!</a></p>
002+ <p><a href="index.php?PHPSESSID=8ruqocvib4vavqi2kpsg60gnqh#place">External link with anchor</a></p>
003+ <p><a href="http://php.net?PHPSESSID=8ruqocvib4vavqi2kpsg60gnqh#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>