Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70254 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83723 invoked from network); 20 Nov 2013 22:16:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2013 22:16:56 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.180 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.180 mail-lb0-f180.google.com Received: from [209.85.217.180] ([209.85.217.180:51486] helo=mail-lb0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/B5-51208-6D43D825 for ; Wed, 20 Nov 2013 17:16:55 -0500 Received: by mail-lb0-f180.google.com with SMTP id w6so4461998lbh.11 for ; Wed, 20 Nov 2013 14:16:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=tdwXoi+J7KrUvK+6b3+hld7InRcg8q+1rURua6nfdpY=; b=Zyq45bajLKSYncN7Llrj8rS9vUcw5tAWhJ6i9bxFHmZ2Q2UGeAogeUhFVGHgAh8IcU F8xN7xnIshOS1XOlJ75z/wz98WieGR/QffMS477HK//dR9x9Ble7t4STWx1Fjwy0wY19 /2R1Zh4TsPvM+4/o5162ccDqwnwzmalzcziHzbp/pyWU1rgxy7FrpqEnPMqNiWEcBOQ6 krU+oloq0a3orxxpuVtFgw8pUqhtW2SJxgkFyM7SuDC3eblrTSkS9TNxeEzxcQelXkQP obX+erXx3pwpOfHJGSjewWeHYyPqd6gVxz7sN7EjrC4h1WmOWOyKurMzW8tmq/rLRbKb AL1Q== X-Received: by 10.152.3.226 with SMTP id f2mr37634laf.62.1384985811626; Wed, 20 Nov 2013 14:16:51 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Wed, 20 Nov 2013 14:16:11 -0800 (PST) In-Reply-To: References: Date: Thu, 21 Nov 2013 07:16:11 +0900 X-Google-Sender-Auth: du7lcsVjm8n8MgaipE_R__hyATI Message-ID: To: Jonny Stirling Cc: Pierre Joye , Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=089e0141a0dc522e2704eba32351 Subject: Re: [PHP-DEV] Making "backwards compatibility" discussions more constructive From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0141a0dc522e2704eba32351 Content-Type: text/plain; charset=UTF-8 Hi all, On Wed, Nov 20, 2013 at 7:01 PM, Jonny Stirling wrote: > While I agree that in general maintaining backward compatibility is a good > thing, should there be a limit to how far that goes? > We have to consider the fact that "always_populate_raw_post_data" is "Off" by default and setting $HTTP_RAW_POST_DATA is one liner with the patch. php.ini setting is getting larger and larger. It would be good in the long run if we remove unneeded settings. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0141a0dc522e2704eba32351--