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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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 .