Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50906 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61979 invoked from network); 7 Dec 2010 22:34:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2010 22:34:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=tigger.on@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tigger.on@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.173 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tigger.on@gmail.com X-Host-Fingerprint: 209.85.161.173 mail-gx0-f173.google.com Received: from [209.85.161.173] ([209.85.161.173:59508] helo=mail-gx0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/00-61862-F86BEFC4 for ; Tue, 07 Dec 2010 17:34:55 -0500 Received: by gxk24 with SMTP id 24so354750gxk.18 for ; Tue, 07 Dec 2010 14:34:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=y27Ert340dYZSPGZbZhRdyu0obNUrQSYPZ4HFYp4Y1c=; b=ux5vR8H+gP+JyHQgr8oe7L3VTuQTZvFkJoenpFmjd+B/jJu2ZXQXooZ0PCT4gyoYMw fuPIeEV60BUBLOpEUjkCVsFtP8zwQpj+anPU2PJR50RitA8heHSiUHDRLZTXaoASva4M Xp/xaPP2ZvcXZU+9Xi7Hdnp/w3rqj9hoqlcBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=FZTAtBJfS9C//zlMg9JTBsuDcN0bBq6n2R/lKT+f8ijFTAxlPi9X/G6b/TUoqsGf95 gmQ1afc1s8Qu9Yum+Tlv+Lf3blQ9Vvoi/67qtVOljrLOdPZLThPa/0+JTZ+3VQPb+5kS mKVX9SM0U1T5iVeJkTkJFeNyh+vIq9CD6bW4g= MIME-Version: 1.0 Received: by 10.231.31.136 with SMTP id y8mr8094405ibc.145.1291761264067; Tue, 07 Dec 2010 14:34:24 -0800 (PST) Received: by 10.42.217.66 with HTTP; Tue, 7 Dec 2010 14:34:23 -0800 (PST) In-Reply-To: References: Date: Wed, 8 Dec 2010 09:34:23 +1100 Message-ID: To: Gustavo Lopes Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [PATCH] Add option to disable POST data processing From: tigger.on@gmail.com (Tig) If the objective is to 'block' POST data from getting to PHP, (in apache) you can use: http://httpd.apache.org/docs/2.0/mod/core.html#limit No need to change / add anything to PHP. -Tig