Ticket #376 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

PHP 5.3 Deprecated: Function set_magic_quotes_runtime()

Reported by: alex94040 Owned by: somebody
Priority: shipstopper Milestone: 1.1.1 Stable
Component: Other Version: 1.0.0 Stable
Keywords: Cc:

Description (last modified by alex94040) (diff)

With PHP 5.3 configured to show all the errors (error_reporting = E_ALL | E_STRICT in php.ini), I get the following error:

Deprecated: Function set_magic_quotes_runtime() is deprecated in includes\qcubed\_core\framework\DisableMagicQuotes.inc.php on line 12

Customer reporting this issue: http://qcu.be/content/qcubed-examples-site-ei-tööta

Change History

Changed 9 months ago by alex94040

  • summary changed from Deprecated: Function set_magic_quotes_runtime() to PHP 5.3 Deprecated: Function set_magic_quotes_runtime()

Changed 9 months ago by alex94040

  • description modified (diff)

Changed 9 months ago by alex94040

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

(In [648]) Fixes #376: PHP 5.3 Deprecated: Function set_magic_quotes_runtime().

Changed 9 months ago by VexedPanda

This should work, though really it should be able to skip the rest of the file too, since get_magic_quotes_gpc() will always return false for PHP 5.3 and above.

Changed 9 months ago by alex94040

(In [650]) Fixes #376: PHP 5.3 Deprecated: Function set_magic_quotes_runtime().

Follow-up to changelist [648] - improvements based on comments from Vexed.

Note: See TracTickets for help on using tickets.