Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16936 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85028 invoked by uid 1010); 27 Jun 2005 14:32:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85013 invoked from network); 27 Jun 2005 14:32:17 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 27 Jun 2005 14:32:17 -0000 X-Host-Fingerprint: 81.169.145.166 natnoddy.rzone.de Solaris 8 (1) Received: from ([81.169.145.166:58883] helo=natnoddy.rzone.de) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id D4/E5-00424-DED00C24 for ; Mon, 27 Jun 2005 10:32:14 -0400 Received: from [192.168.1.77] (p50875094.dip.t-dialin.net [80.135.80.148]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id j5REW69J019631; Mon, 27 Jun 2005 16:32:07 +0200 (MEST) Message-ID: <42C00DE5.8080509@php.net> Date: Mon, 27 Jun 2005 16:32:05 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ilia Alshanetsky CC: Yasuo Ohgaki , messju mohr , Matthew Charles Kavanagh , internals@lists.php.net References: <42BDDC82.6020208@ohgaki.net> <01.6A.54439.491DEB24@pb1.pair.com> <20050626164101.GA11586@dune> <42BEE432.6090307@teh.ath.cx> <20050626175638.GB11586@dune> <42BEEED1.6010602@php.net> <42BF9A46.4060108@ohgaki.net> <42C00C35.9050500@prohost.org> In-Reply-To: <42C00C35.9050500@prohost.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: allow_url_fopen should be INI_ALL From: sesser@php.net (Stefan Esser) Hi Ilia, > I think Stefan's idea of allowing the setting to be disabled by the > script, but not enabled by it is the best. This way script writers who > know which parts of the app/library do not need the functionality can > explicitly disable it there. My idea was a little bit different. I would like to allow disabling and enabling. Of course enabling only if the vhost setting says that it was enabled in the first place. This would more or less restore the INI_ALL character with the exception, that the admin can forbid this by disallowing allow_url_fopen in the first place. Stefan