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
- References:
- Re: auto_globals_jit breaks $_SERVER var
- From: Peter Hodge
- Re: auto_globals_jit breaks $_SERVER var
- Prev by Date: Re: auto_globals_jit breaks $_SERVER var
- Next by Date: Installing Extensions
- Previous by thread: Re: auto_globals_jit breaks $_SERVER var
- Next by thread: Installing Extensions
- Index(es):