Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57214 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67255 invoked from network); 4 Jan 2012 21:07:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2012 21:07:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.210.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:35936] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/85-50667-F7FB40F4 for ; Wed, 04 Jan 2012 16:07:11 -0500 Received: by iafj26 with SMTP id j26so35957708iaf.29 for ; Wed, 04 Jan 2012 13:07:07 -0800 (PST) Received: by 10.42.162.197 with SMTP id z5mr13527588icx.48.1325711227148; Wed, 04 Jan 2012 13:07:07 -0800 (PST) Received: from [192.168.200.5] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id b20sm193245731ibj.7.2012.01.04.13.06.44 (version=SSLv3 cipher=OTHER); Wed, 04 Jan 2012 13:06:45 -0800 (PST) Message-ID: <4F04BF63.5060309@lerdorf.com> Date: Wed, 04 Jan 2012 13:06:43 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: Ferenc Kovacs CC: Reindl Harald , internals@lists.php.net References: <4F048A03.4070408@sugarcrm.com> <4F04A172.7080509@sugarcrm.com> <4F04AA8E.6020701@sugarcrm.com> <4F04AD6D.80608@php.net> <4F04B071.8080102@php.net> <4F04B44D.6080208@thelounge.net> <4F04BCF9.30802@lerdorf.com> In-Reply-To: X-Enigmail-Version: 1.4a1pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: another fix for max_input_vars. From: rasmus@lerdorf.com (Rasmus Lerdorf) On 01/04/2012 01:01 PM, Ferenc Kovacs wrote: > I just got the tip that this error is only shown > if display_startup_errors is set to true, and because it is in the > startup routine the file path in the error message (which is the real > infoleak) would only point to "unknown 0". > If somebody has the time to double check/test this, it would be nice. Right, like I said in my previous message, if this is caught by display_start_errors, I am ok with it. We need the default/no php.ini file case to not leak information like this. -Rasmus