Tristan de Baecker
Results
1
comments of
Tristan de Baecker
Hi, i had a similar issue on php7 and on the file: sagCurlHTTPAdaptater.php, fixed on line 124, by replacing ` $response->headers->$line[0] = ltrim($line[1]);` by ` $response->headers->{$line[0]} = ltrim($line[1]);`