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

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 5 different diffs reported by users for this test.

Count Diff
1 (20%)
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- }
1 (20%)
001+ PHP 7.2.7 Development Server started at Wed Jul 18 22:08:23 2018
004+ Date: Wed, 18 Jul 2018 22:08:23 +0000
005+ Connection: close
006+ X-Powered-By: PHP/7.2.7
007+ Content-type: text/html; charset=UTF-8
008+
1 (20%)
001+ PHP 7.2.7 Development Server started at Wed Jul 18 22:05:51 2018
004+ Date: Wed, 18 Jul 2018 22:05:51 +0000
005+ Connection: close
006+ X-Powered-By: PHP/7.2.7
007+ Content-type: text/html; charset=UTF-8
008+
1 (20%)
001+ PHP 7.2.7 Development Server started at Sat Jun 23 01:29:43 2018
004+ Date: Sat, 23 Jun 2018 06:29:43 +0000
005+ Connection: close
006+ X-Powered-By: PHP/7.2.7
007+ Content-type: text/html; charset=UTF-8
008+
1 (20%)