Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50902 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4467 invoked from network); 7 Dec 2010 16:45:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2010 16:45:13 -0000 Authentication-Results: pb1.pair.com header.from=sergiokessler@gmail.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.12 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.12 lo.gmane.org Linux 2.6 Received: from [80.91.229.12] ([80.91.229.12:36086] helo=lo.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/F4-04382-3946EFC4 for ; Tue, 07 Dec 2010 11:45:10 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PQ0f1-00024t-OO for internals@lists.php.net; Tue, 07 Dec 2010 17:45:04 +0100 Received: from mail.maroni-c.com.ar ([200.80.42.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Dec 2010 17:45:03 +0100 Received: from sergiokessler by mail.maroni-c.com.ar with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Dec 2010 17:45:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Tue, 7 Dec 2010 16:43:22 +0000 (UTC) Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.232.215.43 (Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10) Subject: Re: [PHP-DEV] [PATCH] Add option to disable POST data processing From: sergiokessler@gmail.com (Sergio A . Kessler) John Mertic php.net> writes: [snip] > Wouldn't something like this work? > > > php_value disable_post_data_processing On > maybe it should be: php_value post_data_processing Off so you don't have double negation in the case of php_value disable_post_data_processing Off regards, /sak