https://www.php.net/manual/en/reserved.variables.httpresponseheader.php > [!WARNING] > Warning This feature has been DEPRECATED as of PHP 8.5.0. Relying on this feature is highly discouraged. https://github.com/matomo-org/matomo-php-tracker/blob/cf6327a9c986ec4094a4f777cdbcc6f9202a981c/MatomoTracker.php#L2132 The predefined locally scoped `$http_response_header` variable is deprecated, call `http_get_last_response_headers()` instead.
https://www.php.net/manual/en/reserved.variables.httpresponseheader.php
Warning
Warning
This feature has been DEPRECATED as of PHP 8.5.0. Relying on this feature is highly discouraged.
matomo-php-tracker/MatomoTracker.php
Line 2132 in cf6327a
The predefined locally scoped
$http_response_headervariable is deprecated, callhttp_get_last_response_headers()instead.