Test: /sapi/cgi/tests/bug61605.phpt - Version 7.0.15        

Bug #61605 header_remove() does not remove all headers
Submitted: 2012-04-02 23:20:14 Modified: 2012-04-04 08:44:21
From: david Assigned: laruence
Status: Closed Package: HTTP related
PHP Version: 5.4.0 OS:

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

Count Diff
1 (50%)
001+ No input file specified.
002+ [Fri Feb 24 02:53:11 2017] Script: '-'
003+ /root/build/php/php-7.0.15/sapi/cgi/cgi_main.c(1411) : Freeing 0x7FCF1DE03000 (55 bytes), script=-
004+ === Total 1 memory leaks detected ===
001- Array
002- (
003- [0] => X-Powered-By: %s
004- [1] => A: second
005- )
006- Array
007- (
008- [0] => X-Powered-By: %s
009- [1] => A: second
010- [2] => A: third
011- )
012- Array
013- (
014- [0] => X-Powered-By: %s
015- )
1 (50%)
001+ Fatal error: The cgi-fcgi SAPI is not supported by pthreads in Unknown on line 0
002+
003+ Fatal error: Unable to start pthreads module in Unknown on line 0
001- Array
002- (
003- [0] => X-Powered-By: %s
004- [1] => A: second
005- )
006- Array
007- (
008- [0] => X-Powered-By: %s
009- [1] => A: second
010- [2] => A: third
011- )
012- Array
013- (
014- [0] => X-Powered-By: %s
015- )