Feature #33767
Task #33745: Integrate File Abstraction Layer
Integrate possibility to build URL
Status: | Resolved | Start date: | 2012-02-08 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | 4.7.0-beta1 | |||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
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/')
);
Associated revisions
[FEATURE] Integrate possibility to build URL
The PHP function parse_url() allows to split up URLs into
separate parts. However, TYPO3 lacks of the possibility to
build an URL with the same arguments.
Example (round-trip):
$url = t3lib_utility_Http::buildUrl(
parse_url('http://typo3.org/')
);
Change-Id: Ie56128261527a2b5a568ca7b05f522b13ac3cf98
Resolves: #33767
Releases: 4.7
Reviewed-on: http://review.typo3.org/8909
Reviewed-by: Oliver Hader
Tested-by: Oliver Hader
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
History
#1 Updated by Gerrit Code Review over 3 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
#2 Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8909
#3 Updated by Andreas Wolf over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3340dbbfcebdfecac70fcd68045b723e39a9a66a.