User tests: Successful: Unsuccessful:
Partial Pull Request for Issue #26607.
get_magic_quotes_gpc()
emits a deprecation notice on PHP 7.4:
Deprecated: Function get_magic_quotes_gpc() is deprecated
This suppresses the notice.
Code review.
No.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_joomlaupdate External Library Libraries |
ah forget this ;-) j3 please make a php version check suppressing error messages are a bad idea.
Labels |
Added:
?
|
Added version check.
I have tested this item
## in php >= 5.4 the get_magic_quotes_gpc will no longer be reached
I have tested this item
tested with a fresh joomla 3.9.12 with an old php5.6.38, changed all three files without failures.
done a component-joomla update, also without failure.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-10-19 13:41:09 |
Closed_By | ⇒ | HLeithner |
thx
just remove this function it always returns false since php 5.4