diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83736-ExtendedPSR-7RequestsWithTYPO3ServerParameters.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83736-ExtendedPSR-7RequestsWithTYPO3ServerParameters.rst index ddec2508a6e32a8bebcc554329e3b28efe8e77bc..6e5de483244ff3dbc317d5acbc3d9180fc01795d 100644 --- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83736-ExtendedPSR-7RequestsWithTYPO3ServerParameters.rst +++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83736-ExtendedPSR-7RequestsWithTYPO3ServerParameters.rst @@ -53,7 +53,7 @@ Some further old :php:`getIndpEnv()` arguments directly access :php:`$request->s normalization. These have been transferred to the new class, too, but will be deprecated later if the core does not use these anymore: -- :php:`PATH_INFO` is now :php:`->getPathInfo()`, but better use :php:`->getScriptPath()` instead +- :php:`PATH_INFO` is now :php:`->getPathInfo()`, but better use :php:`->getScriptName()` instead - :php:`HTTP_REFERER` is now :php:`->getHttpReferer()`, but better use :php:`$request->getServerParams()['HTTP_REFERER']` instead - :php:`HTTP_USER_AGENT` is now :php:`->getHttpUserAgent()`, but better use :php:`$request->getServerParams()['HTTP_USER_AGENT']` instead - :php:`HTTP_ACCEPT_ENCODING` is now :php:`->getHttpAcceptEncoding()`, but better use :php:`$request->getServerParams()['HTTP_ACCEPT_ENCODING']` instead @@ -68,4 +68,4 @@ Impact The PSR-7 request objects created by TYPO3 now contain an instance of :php:`NormalizedParams` which can be used instead of :php:`GeneralUtility::getIndpEnv()` to access normalized server params. -.. index:: PHP-API \ No newline at end of file +.. index:: PHP-API