Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83555 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18345 invoked from network); 23 Feb 2015 09:32:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Feb 2015 09:32:42 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:17309] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/B9-01128-9B3FAE45 for ; Mon, 23 Feb 2015 04:32:42 -0500 To: internals@lists.php.net Date: Mon, 23 Feb 2015 10:32:37 +0100 Message-ID: <35slealm28b62b8ebhqeto40pj4jv6ib0c@4ax.com> References: <54EA5162.6060408@gmail.com> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 85.223.116.227 Subject: Re: [PHP-DEV] [RFC] [FINAL DISCUSSION] Script only include/require From: phpdev@ehrhardt.nl (Jan Ehrhardt) 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. Jan