Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16917 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91729 invoked by uid 1010); 27 Jun 2005 06:47:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91714 invoked from network); 27 Jun 2005 06:47:30 -0000 Received: from unknown (HELO iki.fi) (127.0.0.1) by localhost with SMTP; 27 Jun 2005 06:47:30 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:47132] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 49/52-00424-101AFB24 for ; Mon, 27 Jun 2005 02:47:29 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id B53FDC2D0C; Mon, 27 Jun 2005 09:47:22 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j5R6lNe5019745; Mon, 27 Jun 2005 09:47:23 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j5R6lMMr019679; Mon, 27 Jun 2005 09:47:23 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Mon, 27 Jun 2005 09:47:22 +0300 (EEST) Reply-To: Jani Taskinen To: Yasuo Ohgaki cc: internals@lists.php.net In-Reply-To: <42BF9B65.1030403@ohgaki.net> Message-ID: References: <42BDDC82.6020208@ohgaki.net> <01.6A.54439.491DEB24@pb1.pair.com> <42BF9B65.1030403@ohgaki.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Re: allow_url_fopen should be INI_ALL From: sniper@iki.fi (Jani Taskinen) On Mon, 27 Jun 2005, Yasuo Ohgaki wrote: > Derick Rethans wrote: >> On Sun, 26 Jun 2005, Sara Golemon wrote: >> >> >>> Yes, unregister/restore is PHP5 only. I'd personally be okay with merging >>> this to 4.4 as the bulk of the support for it is already there internally, >>> it's just adding a couple PHP_FUNCTION hooks to make it happen. That's up >>> to the RM and general consensus though. >> >> >> 4.3/4.4 is a bugfix only branch, so no new features... >> >> Derick >> > > Looks like I missed some messages, what about the original request? > > - allow_url_fopen back to INI_ALL. That would be same as keeping it the way it is, ie. on-by-default. Allowing anybody simply change it in their script is not acceptable. > - allow_url_fopen = Off by default. That's very good idea. But only if it's kept INI_SYSTEM. --Jani