ID: 29176
User updated by: webmaster at ragnarokonline dot de
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:
mmh ... or even $GLOBALS in general, so var_dump($GLOBALS) would
include $_SERVER, $_ENV and $_REQUEST and scripts, like
<?php
var_dump(in_array('_SERVER', array_keys($GLOBALS)));
?>
work as expected, which means the above script would return bool(true)
for example?
Previous Comments:
------------------------------------------------------------------------
[2004-08-20 19:56:22] webmaster at ragnarokonline dot de
Perhaps triggering the jit, when $GLOBALS['_REQUEST'], $GLOBALS['_ENV']
or $GLOBALS['_SERVER'] is being called should fix the issue?
------------------------------------------------------------------------
[2004-08-19 23:01:56] marcus at synchromedia dot co dot uk
I'm seeing this in a fresh compile of 5.0.1 on RedHat EL
3. Again, turning register_long_arrays is a workaround
until it's fixed properly. FWIW, I'm also using mmcache.
------------------------------------------------------------------------
[2004-08-19 09:20:32] info at webaq dot com
PHP File use "SafeGuard Suite 3.5.0" encode
Apache 1.3.29
PHP 5.0.0
Zend Engine v2.0.0
Zend Optimizer v2.5.3
Notice: Undefined variable: _SERVER in /www/ZendEncode.php on line 2
Undefined variable: _SERVER!!! >_<
------------------------------------------------------------------------
[2004-07-16 09:35:12] tmgh at www dot deyang dot gov dot cn
if set
register_long_arrays=Off
auto_globals_jit=off
,php5+mmcache2.4.7-cvs work greatly.
can somebody tell me what's auto_globals_jit?
------------------------------------------------------------------------
[2004-07-16 03:09:03] webmaster at ragnarokonline dot de
The dev replys, when he checked in a fix. So we have to wait, what the
devs say ;)
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/29176
--
Edit this bug report at http://bugs.php.net/?id=29176&edit=1