Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16938 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88505 invoked by uid 1010); 27 Jun 2005 14:37:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88489 invoked from network); 27 Jun 2005 14:37:38 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2005 14:37:38 -0000 X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:44409] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 4D/56-00424-23F00C24 for ; Mon, 27 Jun 2005 10:37:38 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j5REbYpO020788 for ; Mon, 27 Jun 2005 16:37:34 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j5REbSS6020773; Mon, 27 Jun 2005 16:37:28 +0200 Date: Mon, 27 Jun 2005 16:37:28 +0200 (CEST) X-X-Sender: derick@localhost To: Stefan Esser cc: PHP Developers Mailing List In-Reply-To: <42C00DE5.8080509@php.net> Message-ID: 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> <42C00DE5.8080509@php.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jci-ict.nl Subject: Re: [PHP-DEV] Re: allow_url_fopen should be INI_ALL From: derick@php.net (Derick Rethans) On Mon, 27 Jun 2005, Stefan Esser wrote: > > 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. Right, that's what I thought Ilia said ;-) Derick