ID: 29176 Updated by: [EMAIL PROTECTED] Reported By: webmaster at ragnarokonline dot de -Status: Open +Status: Assigned Bug Type: Variables related Operating System: SuSE 9.0 PHP Version: 5.0.0 -Assigned To: +Assigned To: sesser New Comment:
I believe you might have caused this Stefan ;-) Previous Comments: ------------------------------------------------------------------------ [2004-07-15 04:28:37] webmaster at ragnarokonline dot de Category => Variables related Sorry for bugspam ------------------------------------------------------------------------ [2004-07-15 04:27:24] webmaster at ragnarokonline dot de Description: ------------ $_GLOBALS somehow doesn't contain the arrays $_REQUEST, $_ENV and $_SERVER. This worked fine in PHP4. Reproduce code: --------------- <?php var_dump($GLOBALS['_SERVER']); var_dump($GLOBALS['_ENV']); var_dump($GLOBALS['_REQUEST']); ?> Expected result: ---------------- The contents of the arrays $_SERVER, $_ENV and $_REQUEST are being printed. Actual result: -------------- NULL NULL NULL is being printed. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29176&edit=1
