Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16939 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91895 invoked by uid 1010); 27 Jun 2005 14:43:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91880 invoked from network); 27 Jun 2005 14:43:09 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2005 14:43:09 -0000 X-Host-Fingerprint: 81.169.145.165 natsmtp00.rzone.de Solaris 8 (1) Received: from ([81.169.145.165:52300] helo=natsmtp00.rzone.de) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 0F/D6-00424-C7010C24 for ; Mon, 27 Jun 2005 10:43:09 -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 j5REh1sb006351; Mon, 27 Jun 2005 16:43:02 +0200 (MEST) Message-ID: <42C01074.4050508@php.net> Date: Mon, 27 Jun 2005 16:43:00 +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> <42C00DE5.8080509@php.net> <42C00E75.4070303@prohost.org> In-Reply-To: <42C00E75.4070303@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) > Would that not already be possible by calling ini_restore() ? Well yes... I just mean the thing was INI_ALL not sooo long ago. Maybe some script have something like this: ini_set("allow_url_fopen", 0); ... do include stuff .. ini_set("allow_url_fopen", 1); such functionality was broken after 4.3.4 and would be kinda restored with such a patch. Stefan