Task #64978
closedRemove deprecated usage of curl
0%
Description
Usage of curl as a proxy server is deprecated since TYPO3 CMS 4.6 ($TYPO3_CONF_VARS['SYS']). New settings under $TYPO3_CONF_VARS['HTTP'] should be configured.
According to Philipp Gampe [1], both are required, because settings under SYS are still used by old extensions and some parts of the core. Settings under HTTP are used by the Linkvalidator and newer extensions. Technically speaking, GeneralUtility::getURL()
vs. class HTTP Request
.
This ticket aims to clean up this messy situation as suggested by Stefan Neufeind in [2] (see his comments).
[1] http://lists.typo3.org/pipermail/typo3-german/2015-February/108690.html (German)
[2] https://review.typo3.org/36727
Updated by Riccardo De Contardi over 7 years ago
- Status changed from New to Closed
This task has been resolved for version 8 since #70056. Closing.
If you think that this is the wrong decision, please reopen it or open a new issue with a reference to this one. Thank you