ID: 29176 Comment by: tmgh at www dot deyang dot gov dot cn Reported By: webmaster at ragnarokonline dot de Status: Assigned Bug Type: Variables related Operating System: SuSE 9.0 PHP Version: 5.0.0 Assigned To: sesser New Comment:
yes,it's me to post the bug for turck-mmcache.and when set register_long_arrays = On in the php.ini,php5 works fine with turck-mmcache.i dont' know whether it's php5's bug or mmcache's bug.maybe someone can fix it. but without mmcache and set register_long_arrays = Off in the php.ini,php5 works fine.maybe it's mmcache's bug,i think. Previous Comments: ------------------------------------------------------------------------ [2004-07-15 15:21:51] webmaster at ragnarokonline dot de AFAICS the php-commandline is not affected to this bug. ------------------------------------------------------------------------ [2004-07-15 12:23:39] webmaster at ragnarokonline dot de Someone at Turck-MMCache found out in a related bug I've reported, that a workaround is to set register_long_arrays = On in the php.ini ------------------------------------------------------------------------ [2004-07-15 11:47:15] [EMAIL PROTECTED] I believe you might have caused this Stefan ;-) ------------------------------------------------------------------------ [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
