Coppermine 1.3.2 use register_globals how: ON or OFF ? Coppermine 1.3.2 use register_globals how: 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

Coppermine 1.3.2 use register_globals how: ON or OFF ?

Started by rob222, October 26, 2004, 11:56:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rob222

I belief that it use ON; but OFF i have read on some newsgroup that is preferable.
Will be one characteristic future?

Is it possible now to use coppermine with php.in register_globals=OFF ?

Tranz

I believe you can use CPG with register globals off because the variables are now being called by $HTTP_POST_VARS['var']

It is more secure to turn off register globals.

Joachim Müller

TranzNDance is right - coppermine doesn't need register gobals to be turned on, the setting can be on or off - coppermine will work either way. For security reasons, you should set it to "off", that's true (but not related to coppermine at all).

Joachim