Ticket #1485244 (closed Patches: invalid)

Opened 4 months ago

Last modified 3 months ago

Installer: No need for magic_quotes_gpc check

Reported by: flurischt Owned by: thomasb
Priority: 5 Milestone: 0.2-beta
Component: Installer Version: svn-trunk
Severity: minor Keywords: installer, magic_quotes_gpc
Cc:

Description

Hi,

In my opinion, theres no need to check for magic_quotes_gpc while installaing. At Runtime RC sets in program/include/iniset.php magic_quotes_gpc to 0.

Why not do the same in the installer and skip the check. (See my patch)

For some Users its a problem to deactivate magic_quotes_gpc. If php is loaded as cgi ".htacces php_value" wont work and they probably dont have access to the php.ini...

Attachments

installer-magic_quotes_gpc.diff (1.0 kB) - added by flurischt 4 months ago.
Patch for RC installer script (no magic_quotes_gpc check)

Change History

Changed 4 months ago by flurischt

Patch for RC installer script (no magic_quotes_gpc check)

Changed 4 months ago by thomasb

  • owner set to thomasb

But then we need to check the result of set_magic_quotes_runtime() to make sure that this operation works.

Changed 4 months ago by flurischt

damn, i tested it again and my patch wont work.

set_magic_qoutes_runtime() doesnt affect magic_quotes_gpc.

you can close this ticket. --> sorry!

Changed 3 months ago by alec

  • status changed from new to closed
  • resolution set to invalid
  • milestone changed from 0.2-stable to 0.2-beta
Note: See TracTickets for help on using tickets.