PHP Register Globals should it be on or off ? PHP Register Globals should it be on or off ?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

PHP Register Globals should it be on or off ?

Started by sharif_aly, December 28, 2007, 12:17:23 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sharif_aly

PHP Register Globals should it be on or off ?

lamama

Coppermine works with register_globals off.

It's the recommended setting if you want to have a safe PHP environment on your server.

PS: this has been discussed before, please use forum search.

sharif_aly

Thanks , meaning i should make register global set to off .