Actions
Task #65985
closedMove Pear adaption classes HttpRequest to compatibility6 extension
Start date:
2015-03-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The HttpRequest class which is a derivate from the Pear
package Http_Request2 was introduced in TYPO3 CMS 4.6
but was hardly used and the migration towards that
was never finished. The current implementation is
thus in an unfinished and unused state since 8 Core versions.
The code is therefore marked for deprecation and moved
to compatibility6. All occurrences are replaced with
getUrl() for now.
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Benni Mack about 9 years ago
- Target version changed from 7 LTS to 8 LTS
Updated by Benni Mack over 8 years ago
- Status changed from New to Closed
Removed completely as guzzle is now in place
Actions