Ticket #1484820 (closed Bugs: wontfix)

Opened 10 months ago

Last modified 10 months ago

Installer test of magic_quotes_gpc depricated in php ver 6

Reported by: moish Owned by:
Priority: 5 Milestone: 0.1-stable
Component: PHP backend Version: svn-trunk
Severity: normal Keywords: installer
Cc:

Description

The installer's check returned an error about wrong definition of magic_quotes_gpc BUT:

Quoting from http://il.php.net/magic_quotes

Warning

This feature is DEPRECATED and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.

Change History

Changed 10 months ago by seansan

  • keywords installer added
  • milestone set to 0.1-stable

review for 0.1 stable - otherwise move to 0.1.1

Changed 10 months ago by till

  • status changed from new to closed
  • resolution set to wontfix

Right now magic_quotes_gpc exists in both PHP4 and PHP5, which 0.1-stable will support. It will also exist for a while in PHP5.

The problem is, even deprecated when deprecated in a future version of PHP, many people use it now (for whatever reason). Therefor - when it's on/enabled, it breaks RoundCube and therefor this check is still necessary.

I am closing this issue because PHP6 is not even remotely "here". We'll remove the check, once PHP has finally gotten rid off it. Until then, we need it. I see that we will have PHP5 with us for at least two more years until all support is dropped. And it's probably gonna be long.

Note: See TracTickets for help on using tickets.