Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97296 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40395 invoked from network); 5 Dec 2016 23:59:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2016 23:59:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=axot@axot.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=axot@axot.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain axot.org from 209.85.192.177 cause and error) X-PHP-List-Original-Sender: axot@axot.org X-Host-Fingerprint: 209.85.192.177 mail-pf0-f177.google.com Received: from [209.85.192.177] ([209.85.192.177:35745] helo=mail-pf0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/28-11772-C7FF5485 for ; Mon, 05 Dec 2016 18:59:57 -0500 Received: by mail-pf0-f177.google.com with SMTP id i88so66038850pfk.2 for ; Mon, 05 Dec 2016 15:59:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axot-org.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=E9DCp0qkRuLqvbOi6I1UhYVAFZbNG08w7jAat++I720=; b=OhzC+T9xg381phTCNL9NqQ+cSK18t9jzDnoWqYIWTTU2+MHmTSCBmBF7hBoOwkC3zO zSOug4vcq7ZBVLnxNGEZxKB59jmR5EMrjxLLyXWLySdi8n5kiKFSPxDtSciO941o8NGi pno6Z+8LVn/Y/DEh9r8Gaheymtg/OzG7Izgzc9g291zFiVJ33AkcsL10j+yHu9Pftb6O g2vQSZOSOLJs7s9yk0y6Mp5Py9D/pEsPYeE3Wr/NWtuJbow35bgbMSTYqq5rmXlfe086 IT+TtXCrDt1nvjPU1tJZ6jtCD9Mr34tb1K0TU4EUFv2ojmc+LoVmYXiW3wlqTEjMRA4r BQwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=E9DCp0qkRuLqvbOi6I1UhYVAFZbNG08w7jAat++I720=; b=BDglmVXvJsttamgwhDFgGI4MxYRmF9yagM9IJw1F+IhACD9GTVDtuSMfzSweMFKRyv t55WR7G1cKJ4nhwIgP/o4blu+wlW5wzScrKHO9x3izi4mSOIB4+tTw9R9nNeoIVYRJAz HkMWBsADxlZYb1zqXIDFhzOgAWqX9DtiZ3KzKuDy+hFVdTjj9U5lgoI/xAfKfmGxHNI6 aGcRN+o6UxBbiVCMkNftSJ7Ygq2JqnlBuvPZXbSD/dtir2G+F4Yf0cMeCzRUKkUIQVVT A2XfHBAZXximgg6w6V7U7wvYuG9/F4DVr+ylsVOvGVnhKfylzo2oN8ZLGr/PHROibNzK 5UDQ== X-Gm-Message-State: AKaTC00YuL4/SpkR+z3eMFby3wFitfbVlHe0k+clMNzshkJudKnT58lTAh3PFnpZnHXySA== X-Received: by 10.99.149.22 with SMTP id p22mr108288731pgd.21.1480982393628; Mon, 05 Dec 2016 15:59:53 -0800 (PST) Received: from [192.168.200.48] (ae084249.dynamic.ppp.asahi-net.or.jp. [14.3.84.249]) by smtp.gmail.com with ESMTPSA id o29sm30017418pgn.28.2016.12.05.15.59.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Dec 2016 15:59:53 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) In-Reply-To: Date: Tue, 6 Dec 2016 08:59:52 +0900 Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Message-ID: References: To: aaron@php.net, iliaa@php.net X-Mailer: Apple Mail (2.3251) Subject: Re: How to handle error in sapi From: axot@axot.org (Zheng Shao) Hi apache2handler maintainers, I pushed a commit to fix #61471 in https://github.com/php/php-src/pull/2180 . Could you have time to take a look? Thank you -- Zheng SHAO