Re: auto_globals_jit breaks $_SERVER var

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Hi,

Try:

  <?php print_r($_SERVER);

or

  <?php print_r($GLOBALS);

Or

  <?php phpinfo();

I didn't think there was a way to 'turn off' the superglobals.

regards,
Peter


--- "Artzi, Yoav (Yoav)" <artzi@xxxxxxxxx> wrote:

> I have the following in my php.ini:
> register_globals = Off
> register_long_arrays = Off
> register_argc_argv = Off
> auto_globals_jit = On
>  
> The following PHP code prints nothing:
> <?php
>         $webroot = $_SERVER['DOCUMENT_ROOT'];
>         $server = $_SERVER["HOST"];
>         $file = $_SERVER["SCRIPT_FILENAME"];
>         $transport = $_SERVER["REQUEST_TRANSPORT"];
>         $port = $_SERVER["SERVER_PORT"];
>         print "$webroot";
>         print "$server";
>         print "$transport";
> ?>
>  
> The rest of the php.ini is like php.ini-recommended that comes with the
> source. Any idea what might be the problem?
>  
> Thanks,
>  
> Yoav.
> 



		
____________________________________________________ 
On Yahoo!7 
360°: Your own space to share what you want with who you want! 
http://www.yahoo7.com.au/360

[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux