Re: [PHP-DEV] auto_globals_jit breaks $_SERVER var

2006-08-15 Thread Stut
Rasmus Lerdorf wrote: Artzi, Yoav (Yoav) 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: The rest of the php.ini is like php.ini-recommended that comes with the s

RE: [PHP-DEV] auto_globals_jit breaks $_SERVER var

2006-08-15 Thread Artzi, Yoav \(Yoav\)
Yoav (Yoav) Cc: internals@lists.php.net Subject: Re: [PHP-DEV] auto_globals_jit breaks $_SERVER var Artzi, Yoav (Yoav) 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

Re: [PHP-DEV] auto_globals_jit breaks $_SERVER var

2006-08-15 Thread Rasmus Lerdorf
Artzi, Yoav (Yoav) 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: The rest of the php.ini is like php.ini-recommended that comes with the source. Any idea what mi

[PHP-DEV] auto_globals_jit breaks $_SERVER var

2006-08-15 Thread Artzi, Yoav \(Yoav\)
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: The rest of the php.ini is like php.ini-recommended that comes with the source. Any idea what might be the problem? Thanks,