On Sat, 2004-12-11 at 18:52, Jonathan Ernst wrote:
Finally there are still some register_globals to clean up and when we are done we can turn off the following options in php.ini: short_open_tag = Off session.bug_compat_42 = 0 register_globals = Off register_long_arrays = Off
Actually, you can add: php_value register_globals 0 to .htaccess to disable it per site.
Just a tip.