From: truenrush at gmail dot com Operating system: Debian PHP version: 5.4.17 Package: *General Issues Bug Type: Bug Bug description:$_SERVER variable missing in $GLOBALS
Description: ------------ When i did a var_dump($GLOBALS) i was surprized, because _SERVER variable was missing here, but standalone _SERVER var was working fine. According to http://www.php.net/manual/en/reserved.variables.globals.php, "$GLOBALS is an associative array containing references to all variables which are currently defined in the global scope of the script". _SERVER is defined in global space. But it does not appear in the $GLOBALS. I found nothing on php.net about such behaviour. Test script: --------------- var_dump($GLOBALS); Expected result: ---------------- _SERVER key exists in $GLOBALS array. Actual result: -------------- _SERVER key does not exist in $GLOBALS array. -- Edit bug report at https://bugs.php.net/bug.php?id=65223&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=65223&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=65223&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=65223&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=65223&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=65223&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=65223&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=65223&r=needscript Try newer version: https://bugs.php.net/fix.php?id=65223&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=65223&r=support Expected behavior: https://bugs.php.net/fix.php?id=65223&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=65223&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=65223&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=65223&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=65223&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=65223&r=dst IIS Stability: https://bugs.php.net/fix.php?id=65223&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=65223&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=65223&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=65223&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=65223&r=mysqlcfg