Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50907 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75177 invoked from network); 7 Dec 2010 23:53:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2010 23:53:37 -0000 Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.182 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.215.182 mail-ey0-f182.google.com Received: from [209.85.215.182] ([209.85.215.182:37566] helo=mail-ey0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/E1-61862-FF8CEFC4 for ; Tue, 07 Dec 2010 18:53:36 -0500 Received: by eyf6 with SMTP id 6so563998eyf.13 for ; Tue, 07 Dec 2010 15:53:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:received:date :message-id:subject:from:to:cc:content-type; bh=iKa4vryYUtwj8Md5QC/w0ll5mRujI9II0v9vJd2Juh4=; b=duhBIiYbP4c2B1I8rQpSsheTpXZDN0ADjwS77qBsAAAzIWwqfqL0cUstGS4W0+6fUl TO1jEmU0Axx1YkY5E0IMTppoiOag3d3yhQ9ZszV5i1m2I2pZz66MRhA1xGFc00ZEEC4p xj2z6Dqir8CsCXU1cru+qtcfN3588ggqpcnFo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=LWtOMLZRhAmcvr0Z+K/sRs3IBjvpt5v8yxAZhwuHYbDVjzaHMTM0utxWdml+rR65U1 oEKkm3mfRZeQS/Y8MzSqKV52ukys0U9BGXeSeiL+d83p8+RA/3LnrvxW3Cc84s982+88 /Ozk3jOp2gfycbuAk9wNUVFP0dm7DO/2EYFHc= MIME-Version: 1.0 Received: by 10.213.27.142 with SMTP id i14mr1468078ebc.81.1291766013194; Tue, 07 Dec 2010 15:53:33 -0800 (PST) Received: by 10.213.4.201 with HTTP; Tue, 7 Dec 2010 15:53:32 -0800 (PST) Received: by 10.213.4.201 with HTTP; Tue, 7 Dec 2010 15:53:32 -0800 (PST) Date: Wed, 8 Dec 2010 00:53:32 +0100 Message-ID: To: Tig Cc: internals@lists.php.net, Gustavo Lopes Content-Type: multipart/alternative; boundary=0015174bdc605972050496dab6f4 Subject: RE : Re: [PHP-DEV] [PATCH] Add option to disable POST data processing From: patrick.allaert@gmail.com (Patrick ALLAERT) --0015174bdc605972050496dab6f4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable It is not the goal to "block" but to prevent the usual processing of $_POST when not required inside a valide POST request which will handle the input differently. Le 7 d=C3=A9c. 2010 23:36, "Tig" a =C3=A9crit : 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 --=20 PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/... --0015174bdc605972050496dab6f4--