Re: Shocking amount of PHP security holes? [message #171093 is a reply to message #171086] |
Fri, 24 December 2010 15:46 |
Thomas Mlynarczyk
Messages: 131 Registered: September 2010
Karma:
|
Senior Member |
|
|
Michael Fesser schrieb:
> The keyword is 'register_globals'. Make sure that it's disabled.
Yes. But actually, why bother? As long as we don't use global variables
(and they are usually a bad idea), it doesn't matter, does it? And even
if global variables are used, they should be initialized properly and if
we forget to do that an E_NOTICE will remind us.
Greetings,
Thomas
--
Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!
(Coluche)
|
|
|