Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83558 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23918 invoked from network); 23 Feb 2015 09:52:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Feb 2015 09:52:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.41 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.41 mail-qg0-f41.google.com Received: from [209.85.192.41] ([209.85.192.41:51982] helo=mail-qg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/CA-01128-C68FAE45 for ; Mon, 23 Feb 2015 04:52:44 -0500 Received: by mail-qg0-f41.google.com with SMTP id i50so23399640qgf.0 for ; Mon, 23 Feb 2015 01:52:41 -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=yrVjotL+GQTTSTFgjmBQVkoCuSn83napQH7pJaWBpx0=; b=p92bKq/SJiIj+2zbjJur+ys5Fek1Rh2T8F4vVAUdBszX5PI9Kbae6C8aouI10L3KVD FAafwRUVyxee8FmPHfT/mQcUbfFq8Kxb87K3GtiaUn06gRgRyczKqz/S9VipbI6hLgvt 4Tbm5thBSe3W8PnTL0wi2ZaB/geVcyEcQAiLAhOd1fwYQhvqmmqEbZuaUGLV1IOrkq0A PsuqpPLonHBUvItXiyU88xgohxx4xl6sZgl1cBt3rcCpde+AD6Du9Nf0l2iw6mF4YHOg gbCtxsbpih3N4NHols3s9LchT5TEmyLkcLG8C0hc1olNWkdzFsWE9Qrsh/8t5akqcZ7m Yzgg== X-Received: by 10.140.93.195 with SMTP id d61mr22026531qge.48.1424685161073; Mon, 23 Feb 2015 01:52:41 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Mon, 23 Feb 2015 01:52:00 -0800 (PST) In-Reply-To: <35slealm28b62b8ebhqeto40pj4jv6ib0c@4ax.com> References: <54EA5162.6060408@gmail.com> <35slealm28b62b8ebhqeto40pj4jv6ib0c@4ax.com> Date: Mon, 23 Feb 2015 18:52:00 +0900 X-Google-Sender-Auth: 8uT2zCnwzVAcUZF5o55kl7pOYfw Message-ID: To: Jan Ehrhardt Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113b95e2f15112050fbe5c25 Subject: Re: [PHP-DEV] [RFC] [FINAL DISCUSSION] Script only include/require From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113b95e2f15112050fbe5c25 Content-Type: text/plain; charset=UTF-8 Hi Jan, On Mon, Feb 23, 2015 at 6:32 PM, Jan Ehrhardt wrote: > Stanislav Malyshev in php.internals (Sun, 22 Feb 2015 14:00:02 -0800): > >2. Default configuration would break tons of PHP scripts with extensions > >other than .php (very frequent case). The BC break potential of this is > >very big as it modifies core functionality. > > Exactly my point with the Drupal example. Drupal will break without > changes. > They can adopt PHP7 by one liner. ini_set('.php .phar .module .etc'); Since ini_set() does not raise any errors, it works all PHP versions. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a113b95e2f15112050fbe5c25--