Actions
Feature #33767
closedTask #33745: Integrate File Abstraction Layer
Integrate possibility to build URL
Start date:
2012-02-08
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
The PHP function parse_url() allows to split up URLs into separate parts.
However, TYPO3 lacks the possibility to build an URL with the same arguments.
Example (round-trip):
$url = t3lib_utility_Http::buildUrl(
parse_url('http://typo3.org/')
);
Updated by Gerrit Code Review almost 13 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8909
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8909
Updated by Andreas Wolf almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3340dbbfcebdfecac70fcd68045b723e39a9a66a.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions