From: csmith at squiz dot net Operating system: RedHat 7.3 PHP version: 4.3.2 PHP Bug Type: Unknown/Other Function Bug description: Missing anchors in query string
Description: ------------ Anchors from a URL don't appear in QUERY_STRING. Reproduce code: --------------- Create a page <pre> <? print_r($_SERVER); ?> </pre> View it in a browser with an anchor tag on the end eg http://www.example.com/test.php#anchorname #anchorname doesn't show up anywhere. Expected result: ---------------- #anchorname to appear in QUERY_STRING or somewhere. -- Edit bug report at http://bugs.php.net/?id=24263&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=24263&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=24263&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=24263&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=24263&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=24263&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=24263&r=support Expected behavior: http://bugs.php.net/fix.php?id=24263&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=24263&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=24263&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=24263&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24263&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=24263&r=dst IIS Stability: http://bugs.php.net/fix.php?id=24263&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=24263&r=gnused
