Re: [PHP-DEV] RFC: PG(allow_url_fopen) slight behaviour change

2002-04-16 Thread Wez Furlong
On 16/04/02, "Stig S. Bakken" <[EMAIL PROTECTED]> wrote: > I think this is fine. Good - it's now in HEAD. > > wrapperallow_url_fopen=onallow_url_fopen=off > > > > http allowed disallowed > > ftpallowed

Re: [PHP-DEV] RFC: PG(allow_url_fopen) slight behaviour change

2002-04-16 Thread Stig S. Bakken
I think this is fine. - Stig On Tue, 2002-04-16 at 19:06, Wez Furlong wrote: > There is currently (and probably has been for quite a few releases) a > crash bug where allow_url_fopen can not be set on a per-virtual host basis. > That's because wrappers are only initialized on module init if > P

[PHP-DEV] RFC: PG(allow_url_fopen) slight behaviour change

2002-04-16 Thread Wez Furlong
There is currently (and probably has been for quite a few releases) a crash bug where allow_url_fopen can not be set on a per-virtual host basis. That's because wrappers are only initialized on module init if PG(allow_url_fopen) is set, rather than request init. I plan to change it so that wrappe