phpgroupware-developers
[Top][All Lists]
Advanced

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

[Phpgroupware-developers] register_globals


From: Dave Hall
Subject: [Phpgroupware-developers] register_globals
Date: Wed, 28 Jul 2004 18:57:13 +1000

Hi all,

Recently I have found some register_globals = off bugs in 0.9.16.00x. 
0.9.16 is meant to be able to run with register_globals = off.  All
developers should be developing in an environment which allows this.  If
you aren't currently doing so, please make the change.

A simple entry in your apache conf file will do it
<Directory /path/to/phpgroupware>
        php_flag register_globals off
</Directory>

or a .htaccess which simply contains:
php_flag register_globals off

Simple and it will save some bug reports :)

Cheers

Dave

-- 
Dave Hall (aka skwashd)
phpGroupWare





reply via email to

[Prev in Thread] Current Thread [Next in Thread]