Test: /sapi/cli/tests/bug70470.phpt - Version 7.2.19        

Bug #70470 Built-in server truncates headers spanning over TCP packets
Submitted: 2015-09-10 19:03:31 Modified: 2015-09-11 14:35:26
From: bwoebi Assigned:
Status: Closed Package: Built-in web server
PHP Version: 5.6.13 OS: Irrelevant

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
003+ Date: Tue, 04 Jun 2019 09:03:49 GMT
004+ Connection: close
005+ X-Powered-By: PHP/7.3.5
006+ Content-type: text/html; charset=UTF-8
007+
008+ <br />
009+ <b>Parse error</b>: syntax error, unexpected '&lt;', expecting end of file in <b>/usr/local/src/php/php-7.3.5/sapi/cli/tests/index.php</b> on line <b>1</b><br />
003- array(3) {
004- ["Host"]=>
005- string(9) "localhost"
006- ["Content-Type"]=>
007- string(24) "text/html; charset=UTF-8"
008- ["Connection"]=>
009- string(5) "close"
010- }
1 (50%)
001- HTTP/1.1 200 OK
003- array(3) {
004- ["Host"]=>
005- string(9) "localhost"
006- ["Content-Type"]=>
007- string(24) "text/html; charset=UTF-8"
008- ["Connection"]=>
009- string(5) "close"
010- }