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

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: Thu, 19 Mar 2020 08:38:49 GMT 004+ Connection: close 005+ X-Powered-By: PHP/7.4.3 006+ Content-type: text/html; charset=UTF-8 007+ 008+ Hello World! 009+ Hello World! 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%)
003+ Date: Mon, 02 Mar 2020 09:45:52 GMT 004+ Connection: close 005+ X-Powered-By: PHP/7.4.3 006+ Content-type: text/html; charset=UTF-8 007+ 008+ Hello World! 009+ Hello World! 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- }