Bug #53759
Task #52965: Remove deprecated functions, classes and files
Deprecated function call set_magic_quotes_runtime
Status: | Rejected | Start date: | 2013-11-19 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
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.
Related issues
History
#1 Updated by Markus Klein over 1 year ago
- Category deleted (
Default) - Status changed from New to Accepted
Maybe an update of the HTTP library is necessary.
#2 Updated by Markus Klein over 1 year ago
- Parent task set to #56772
#3 Updated by Markus Klein over 1 year ago
- Parent task changed from #56772 to #52965
#4 Updated by Markus Klein 9 months 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.