Bug#860336: parse error in Request.php

2017-08-13 Thread Thomas Hochstein
On 2017-08-12 20:07, I wrote: I've attached a patch, but it would be better to switch to HTTP/Request2, I think. The previous patch removed one "&" too much. Fixed patch attached. -thh--- HTTP_Request-1.4.4/Request.php 2017-08-12 19:39:37.542731105 +0200 +++ HTTP_Request-1.4.4/Request.php.NEW

Bug#860336: parse error in Request.php

2017-08-12 Thread Thomas Hochstein
On Fri, 14 Apr 2017 20:20:05 +0300, Juha Heinanen wrote: > When I try to open a web page implemented using PHP, I get error > > [Fri Apr 14 20:04:15.147463 2017] [:error] [pid 977] [client ::1:48700] PHP > Parse error: syntax error, unexpected 'new' (T_NEW) in > /usr/share/php/HTTP/Request.php

Bug#860336: parse error in Request.php

2017-04-14 Thread Juha Heinanen
Package: php-http-request Version: 1.4.4-5 When I try to open a web page implemented using PHP, I get error [Fri Apr 14 20:04:15.147463 2017] [:error] [pid 977] [client ::1:48700] PHP Parse error: syntax error, unexpected 'new' (T_NEW) in /usr/share/php/HTTP/Request.php on line 412 The