Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84700 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73180 invoked from network); 13 Mar 2015 17:53:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2015 17:53:31 -0000 X-Host-Fingerprint: 77.170.89.239 ip4daa59ef.direct-adsl.nl Received: from [77.170.89.239] ([77.170.89.239:23615] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/3D-32208-91423055 for ; Fri, 13 Mar 2015 12:53:30 -0500 To: internals@lists.php.net Date: Fri, 13 Mar 2015 18:53:26 +0100 Message-ID: References: <3961990.KljssxxPxS@rofl> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 77.170.89.239 Subject: Re: [PHP-DEV] Re: SAPI apache2handler + pipelined HTTP request core dumps From: phpdev@ehrhardt.nl (Jan Ehrhardt) Bostjan Skufca in php.internals (Fri, 13 Mar 2015 18:20:55 +0100): >For me PHP 5.5.20 works OK, but PHP 5.6.6 segfaults. OK (or rather not OK), I upgraded to 5.6.6: echo -e "GET /index.php HTTP/1.1\nHost: localhost\n\n \ GET /index.php HTTP/1.1\nHost: localhost\n\n"|nc localhost 80 index.php contains no PHP only 45 bytes html. [Fri Mar 13 18:35:15.309433 2015] [core:notice] [pid 28551] AH00052: child pid 28829 exit signal Segmentation fault (11) This is with or without opcache. Jan