Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50892 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60740 invoked from network); 7 Dec 2010 12:02:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2010 12:02:04 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:48715] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/C2-40992-A322EFC4 for ; Tue, 07 Dec 2010 07:02:03 -0500 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id 3DCB2DE141; Tue, 7 Dec 2010 12:01:59 +0000 (GMT) Date: Tue, 7 Dec 2010 12:01:59 +0000 (GMT) X-X-Sender: derick@kossu.derickrethans.nl To: Gustavo Lopes cc: "internals@lists.php.net" In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [PATCH] Add option to disable POST data processing From: derick@php.net (Derick Rethans) On Tue, 7 Dec 2010, Gustavo Lopes wrote: > The very simple attached patch adds an option to disable POST data > processing, which implies the data can only be read in > a stream fashion through php://input. Does without this patch, reading POST data from php://input work? > This introduces a new ini setting, disable_post_data_processing, but > it's a benign one. No incompatibilities between setups will arise > because no one will enable it globally (it would be insane), Because they can, people will do it though... I'm not fan of more ini settings. Derick