Bug #53759
closedTask #52965: Remove deprecated functions, classes and files
Deprecated function call set_magic_quotes_runtime
0%
Description
Result of php codesniffer for deprecated functions:
typo3_src-6.2.0beta1/typo3/contrib/pear/HTTP/Request2.php
------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERROR AFFECTING 2 LINE
------------------------------------------------------------------------------------------------------------------------
949 | ERROR | Function set_magic_quotes_runtime() has been deprecated
964 | ERROR | Function set_magic_quotes_runtime() has been deprecated
------------------------------------------------------------------------------------------------------------------------
set_magic_quotes_runtime is deprecated since php 5.3.
Updated by Markus Klein over 11 years ago
- Category deleted (
Miscellaneous) - Status changed from New to Accepted
Maybe an update of the HTTP library is necessary.
Updated by Markus Klein about 11 years ago
- Parent task changed from #56772 to #52965
Updated by Markus Klein over 10 years ago
- Status changed from Accepted to Rejected
- Target version deleted (
6.2.0)
I checked the current version of the lib, but this code is still present there. But this will not cause trouble, because the usage is protected with a proper check.