Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50903 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15553 invoked from network); 7 Dec 2010 17:59:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2010 17:59:30 -0000 Authentication-Results: pb1.pair.com header.from=doctorrock83@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=doctorrock83@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: doctorrock83@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:37349] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/86-04382-1067EFC4 for ; Tue, 07 Dec 2010 12:59:30 -0500 Received: by qwj8 with SMTP id 8so173873qwj.29 for ; Tue, 07 Dec 2010 09:59:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=jST1ZhbkKIndMab7OKRp0bPw9NmHE5LAdvrmdd+xn34=; b=xy8w7gkMmpN09lubijPFr2OpS9eHpvoL2T8fLln6EWcUUg88xAP7OZTFReiNti1FCX CpjS4a7ocBbm/6za/Mohj6HbMO8kypccvG0P8tc4p1HpxeT9NGg0kDq3HRUUEDEXKgIs TsRqaB1aeLoNIDPkjsYSHmN1VjNl8i2GHsdyA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=c8Ls+m6V3AnO2UbwGTrMQVZRyfX63T+8/XLHBLahnVLckxSFvRUPYNsY0zTFi2Vho0 tzMJ0EBByfzVDQ7YFEFB0MSYySiMc+Bi3lhza7W3UgpNOU/VYnq7WTNwNFNioylhyddT wqwrn9EAmYe9wQ2L7+Sw/PcvBBVXa9Mzqglpc= Received: by 10.224.20.71 with SMTP id e7mr6031058qab.150.1291744766565; Tue, 07 Dec 2010 09:59:26 -0800 (PST) MIME-Version: 1.0 Sender: doctorrock83@gmail.com Received: by 10.220.59.5 with HTTP; Tue, 7 Dec 2010 09:58:45 -0800 (PST) In-Reply-To: References: Date: Tue, 7 Dec 2010 18:58:45 +0100 X-Google-Sender-Auth: 6xDpP420jncIwEej2XqUGGkoVbY Message-ID: To: "Sergio A. Kessler" Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [PATCH] Add option to disable POST data processing From: jpauli@php.net (Julien Pauli) I don't remember the source, refresh my mind quickly please : What happens if variables_order doesn't content 'P' ? Is the data still duplicated into memory ? I know that $_POST is still there but is an empty array in that case. And yes, I'm +1 for such a patch :) J.Pauli On Tue, Dec 7, 2010 at 5:43 PM, Sergio A. Kessler wrote: > John Mertic php.net> writes: > > [snip] >> Wouldn't something like this work? >> >> >> php_value disable_post_data_processing On >> > > maybe it should be: > > =A0php_value post_data_processing Off > > so you don't have double negation in the case of > > =A0php_value disable_post_data_processing Off > > > regards, > /sak > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >