Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51101 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94618 invoked from network); 20 Dec 2010 21:59:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2010 21:59:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=james.butler@edigitalresearch.com; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=james.butler@edigitalresearch.com; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain edigitalresearch.com does not designate 217.154.180.62 as permitted sender) X-PHP-List-Original-Sender: james.butler@edigitalresearch.com X-Host-Fingerprint: 217.154.180.62 analysis.edigitalresearch.com Linux 2.6 Received: from [217.154.180.62] ([217.154.180.62:48828] helo=mail.edigitalresearch.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/D4-59680-4D1DF0D4 for ; Mon, 20 Dec 2010 16:59:49 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.edigitalresearch.com (Postfix) with ESMTP id CABB31E0005; Mon, 20 Dec 2010 21:59:43 +0000 (GMT) X-Virus-Scanned: amavisd-new at edigitalresearch.com Received: from mail.edigitalresearch.com ([127.0.0.1]) by localhost (mail.edigitalresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J9nsTOGlmOj9; Mon, 20 Dec 2010 21:59:43 +0000 (GMT) Received: from zarafa.localdomain (unknown [10.0.0.20]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.edigitalresearch.com (Postfix) with ESMTPS id 2758A1E0004; Mon, 20 Dec 2010 21:59:43 +0000 (GMT) Received: from zarafa.edigitalresearch.com (zarafa.edigitalresearch.com [10.0.0.20]) by zarafa.localdomain (Postfix) with SMTP id 5EDC6100B2F; Mon, 20 Dec 2010 21:59:43 +0000 (GMT) To: =?windows-1252?Q?Daniel_Convissor?= , =?windows-1252?Q?PHP_Internals_List?= Date: Mon, 20 Dec 2010 21:59:43 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20101218190527.GA17792@panix.com> References: X-Priority: 3 (Normal) X-Mailer: Zarafa 6.40.2-22452 Thread-Index: AcugkTRjbp/6cuy2T/S/kx896FQvuw== Message-ID: Subject: RE: [PHP-DEV] [PATCH] Add option to disable POST data processing From: james.butler@edigitalresearch.com (=?windows-1252?Q?James_Butler?=) > -----Original Message----- > From: Daniel Convissor [mailto:danielc@analysisandsolutions.com]=20 > > Hi James: > > On Sat, Dec 18, 2010 at 05:08:38PM +0000, James Butler wrote: >> What about people on shared hosting=3F > > One option may be to put a in an .htaccess file. My thought is that though this is best left to web server in the grand scheme of not making the world too ugly, seeing as people on shared hosts can't change many server settings (if any) but probably can use .htaccess, this would be giving them access to potentially useful feature which those on VPS/dedicated hosts don't need to worry about as we can play with server settings. > Oh, and keep in mind . Apologies, laziness getting the better of me :-) > > --Dan