Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84499 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79997 invoked from network); 10 Mar 2015 09:26:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2015 09:26:23 -0000 Authentication-Results: pb1.pair.com header.from=php@bof.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php@bof.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain bof.de designates 80.242.145.70 as permitted sender) X-PHP-List-Original-Sender: php@bof.de X-Host-Fingerprint: 80.242.145.70 mars.intermailgate.com Received: from [80.242.145.70] ([80.242.145.70:48640] helo=mars.intermailgate.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/A0-08808-8B8BEF45 for ; Tue, 10 Mar 2015 04:26:22 -0500 Received: (qmail 16155 invoked by uid 1009); 10 Mar 2015 10:26:14 +0100 Received: from 192.109.53.146 by mars (envelope-from , uid 89) with qmail-scanner-1.25-st-qms (clamdscan: 0.96.2/20170. spamassassin: 3.3.1. perlscan: 1.25-st-qms. Clear:RC:0(192.109.53.146):SA:0(1.3/8.0):. Processed in 0.326982 secs); 10 Mar 2015 09:26:14 -0000 X-Spam-Status: No, hits=1.3 required=8.0 X-Spam-Level: + X-Antivirus-MYDOMAIN-Mail-From: php@bof.de via mars X-Antivirus-MYDOMAIN: 1.25-st-qms (Clear:RC:0(192.109.53.146):SA:0(1.3/8.0):. Processed in 0.326982 secs Process 16142) Received: from unknown (HELO rofl.localnet) (gmail@bof.de@192.109.53.146) by mars.intermailgate.com with AES256-SHA encrypted SMTP; 10 Mar 2015 10:26:13 +0100 To: internals@lists.php.net Date: Tue, 10 Mar 2015 10:26:12 +0100 Message-ID: <3961990.KljssxxPxS@rofl> User-Agent: KMail/4.14.4 (Linux/3.19.0-5.g748552c-desktop; KDE/4.14.4; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: SAPI apache2handler + pipelined HTTP request core dumps From: php@bof.de (Patrick Schaaf) Dear internals, can somebody knowledgeable about the apache2handler code, please have a look at the following bug report? https://bugs.php.net/bug.php?id=68486 I just added a comment with a hotfix that appears to work at first glance, but I'm completely unsure whether that will result in memory leaks or other problems. best regards Patrick