[AppDB] login problem

Jeremy Newman jnewman at codeweavers.com
Sun Dec 12 11:14:17 CST 2004


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.





More information about the wine-devel mailing list