Re: auto_globals_jit breaks $_SERVER var

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



Peter Hodge wrote:
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.

There is. You specify which ones you want with the variables_order setting in the ini file.

-Rasmus

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