Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69873 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4082 invoked from network); 25 Oct 2013 23:26:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Oct 2013 23:26:18 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:62649] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/80-31959-61EFA625 for ; Fri, 25 Oct 2013 19:26:16 -0400 Received: by mail-lb0-f178.google.com with SMTP id o14so1282149lbi.9 for ; Fri, 25 Oct 2013 16:26:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=kD3YvplrY6R3zM3LF64eyvU0Cm947B2sAO01VI7agmE=; b=UKef3nn0EnEzt5IfEHsNzbY3gx5eihpGaRQR3ER8uTUJ5QPrAIvUxnSSJkfL4VzaUp QAKtcDCyF02aZNv0o/Fi5YfHmwviNbwmri9xa8bfNEcu1ct1TCxyxouCoxHgvlCw90Ri 01wPMKbA94z9ni1vaQKDr3Pif1rp5EqwHQ10g2wQdOceAaSr/RDprhf56JT2qik0nqzC ho6xkGA65SFliapbErp2E19X8m9ciFFeqf7Nwojjq1x/VAdADj9V0gtKAVPO7oin4zu0 z8DS0eQFbLJI1UtTc/B71FMx0pQh7+MatGpOqED3MTdcAxD1e4cUWQWve25DgBi+tbs8 z9eg== X-Received: by 10.112.168.35 with SMTP id zt3mr3780859lbb.11.1382743571414; Fri, 25 Oct 2013 16:26:11 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Fri, 25 Oct 2013 16:25:31 -0700 (PDT) In-Reply-To: <3E.D7.40084.12BBA625@pb1.pair.com> References: <3E.D7.40084.12BBA625@pb1.pair.com> Date: Sat, 26 Oct 2013 08:25:31 +0900 X-Google-Sender-Auth: 9Pq2C9mg1nsqpJgjZxffAN40RTI Message-ID: To: Joe Watkins Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c34b4863c59604e99913c5 Subject: Re: [PHP-DEV] error_log binary unsafe From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c34b4863c59604e99913c5 Content-Type: text/plain; charset=UTF-8 Hi Joe, On Sat, Oct 26, 2013 at 3:40 AM, Joe Watkins wrote: > > https://bugs.php.net/bug.php?**id=64439 > > What do we think of the following approach: > > https://github.com/php/php-**src/pull/505 Like laruence said, error logs are written to various places. Handling only by SAPI will not solve issue, but introduces more confusion. (i.e. double escape/conversion) I also updated manual page that logs are written to various places. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c34b4863c59604e99913c5--