User tests: Successful: Unsuccessful:
PHP5.4 deprecated MAGIC_QUOTES_RUNTIME, since J4 is PHP5.5 there's no need for it.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Installation Unit Tests |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-03-18 12:50:02 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
?
|
Are you sure this is right?
Just because it is deprecated doesn't mean it is removed. It's only removed with PHP 7.
http://php.net/manual/en/security.magicquotes.what.php
Removed in 5.4
Ah, good then.
Was confused because http://php.net/manual/en/function.magic-quotes-runtime.php sais it's removed with PHP7. But it's the method, not the setting itself I think.
@wilsonge updated.