-
Notifications
You must be signed in to change notification settings - Fork 626
Closed
Description
Hello.
After changing $http_response_header to $http_response_header_local
1.8.199...1.8.200#diff-6d5877e96852a677f1d6a3d8386229797fe37d239d2dfc9bdf93d1aae2b1cb8aR323-R325
| function () use ($uri, &$http_response_header_local, $context, $options) { |
| $this->lastHeaders = $http_response_header_local; |
I get the following error
Type error: array_shift(): Argument #1 ($array) must be of type array, null given
| $parts = explode(' ', array_shift($hdrs), 3); |
To be fair, I have some adjustments to establish an aws-s3 connection but in any case the $this->lastHeaders property should be NULL since $http_response_header is an auto filled variable in php https://www.php.net/manual/de/reserved.variables.httpresponseheader.php
Is this a mistake or is this intended?
Thanks in advance
PHP version: 8.3.29
FreeScout version: 1.8.201
Database: MySQL
Are you using CloudFlare: No
Are you using non-official modules: Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels