Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51064 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32229 invoked from network); 16 Dec 2010 21:39:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2010 21:39:40 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:64139] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/80-29115-A178A0D4 for ; Thu, 16 Dec 2010 16:39:39 -0500 Received: by wyb39 with SMTP id 39so3497wyb.29 for ; Thu, 16 Dec 2010 13:39:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=X4lHWmrz2ZoZcBp8YXMFxbNUBEs9Z4eYivDpyCFG5Yc=; b=g4+yvp8RVzyQ7NwLlJTi70941lIeFojSjv0unI8HpHx/+A12pH2RFaW1IYBaCmcndT +1eu/uQd2dqJyvJOVd2+JLszv34+k4zyQa9MsiVAnQawYUw2RP5o+3uess+VBMG0PdcO GKUcm+DmCFrubFrJcL6WUmXm7woLeBoPu+vlo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=T2KenfbBvWBJJCxJKBgo/qsQa628YDGeP8Bed0dRPgCWIhpRQudMZ4OC2CVR1J9d0a 0245P+EaLQGMcRTOfbRH9o7aQ32gHilrMrRmxeLuzbLOVu10RKV1qWe2XRxVBCyLLzqA 2pAu6cvQtn9mvjtWyBx9BMlPt9Eb1zTX9KM04= Received: by 10.216.87.20 with SMTP id x20mr2929532wee.52.1292535574408; Thu, 16 Dec 2010 13:39:34 -0800 (PST) Received: from [192.168.1.26] (106.Red-83-44-158.dynamicIP.rima-tde.net [83.44.158.106]) by mx.google.com with ESMTPS id r38sm295014weq.47.2010.12.16.13.39.29 (version=SSLv3 cipher=RC4-MD5); Thu, 16 Dec 2010 13:39:31 -0800 (PST) Message-ID: <4D0A8780.5060308@gmail.com> Date: Thu, 16 Dec 2010 22:41:20 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: Gustavo Lopes , Pierre Joye CC: PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] Add option to disable POST data processing From: keisial@gmail.com ("=?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?=") Gustavo Lopes wrote: > I've committed to trunk the patch with the name of the ini option changed > from disable_post_data_processing to enable_post_data_reading. Pierre Joye wrote: > hi, > > The more I look at this option the more I think it is confusing. I'm > not sure the gain is worth this confusion either. However I would > prefer to bring back a proposal we had a couple of years ago, to > totally disable post data. Would calling it enable_automatic_post_data_reading help with that confusion?