Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83578 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79537 invoked from network); 23 Feb 2015 15:52:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Feb 2015 15:52:06 -0000 X-Host-Fingerprint: 92.66.168.50 unknown Received: from [92.66.168.50] ([92.66.168.50:2942] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/63-01128-4AC4BE45 for ; Mon, 23 Feb 2015 10:52:06 -0500 To: internals@lists.php.net Date: Mon, 23 Feb 2015 16:51:59 +0100 Message-ID: References: <54EA5162.6060408@gmail.com> <35slealm28b62b8ebhqeto40pj4jv6ib0c@4ax.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: 92.66.168.50 Subject: Re: [PHP-DEV] [RFC] [FINAL DISCUSSION] Script only include/require From: phpdev@ehrhardt.nl (Jan Ehrhardt) Yasuo Ohgaki in php.internals (Mon, 23 Feb 2015 18:53:10 +0900): >On Mon, Feb 23, 2015 at 6:52 PM, Yasuo Ohgaki wrote: > >> ini_set('.php .phar .module .etc'); > >ini_set('zend.script_extensions', '.php .phar .module .etc'); > >to be correct. Quote from a Drupal 7 .htaccess: # Protect files and directories from prying eyes. Order allow,deny A lot of these, even .test, are used as include scripts. How would the corresponding .htaccess entry for zend.script_extensions be formulated? Jan