Re: [PHP-DEV] $GLOBALS broken?

[email protected] (J Smith)
Newsgroups php.dev
Message-ID <[email protected]>
Just noticed register_long_arrays. Turning it on fixes problems with
$_SERVER and $_ENV, but $GLOBALS still acts weird.

J


Shane Caraveo wrote:

> It's a patch to ze2 that was done over the weekend, there is a new ini
> setting that if you turn it on will fix the problem, just cannot
> remember what it was right now...
> Shane
> 
> Sebastian Bergmann wrote:
>>   Notice: Undefined variable: GLOBALS in E:\test.php on line 7
>> 
>>     1 <?php
>>     2 function foo() {
>>     3   $GLOBALS['foo'] = 'bar';
>>     4 }
>>     5
>>     6 function bar() {
>>     7   echo $GLOBALS['foo'];
>>     8 }
>>     9
>>    10 foo();
>>    11 bar();
>>    12 ?>
>>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.