Andi Gutmans <[EMAIL PROTECTED]> wrote:

> At 01:28 PM 12/19/2002 +0000, Wez Furlong wrote:
> >Actually, it does seem valid to me; streams based on FILE* are not
> >registered in the persistent list, so does it make sense to have the
> >associated resources registered as persistent resources when they will
> >get cleaned up by the engine at request shutdown?
> 
> If these are per-request constants then you are correct and the patch was 
> OK. I thought these were constants which survive requests.

Well, only in cli are the constants STDIN, STDOUT, and STDERR registered.
So can I commit the patch again?

Moriyoshi

> Andi
> 
> 
> >--Wez.
> >
> >On Wed, 18 Dec 2002, Andi Gutmans wrote:
> >
> > > I don't like these voodoo patches. I think if the stream is destroyed twice
> > > that should be solved and not the constant itself.
> > > Unless you have a good reason please revert your patch and talk to Wez
> > > about fixing this properly.
> > > Thanks,
> > >
> > > Andi
> >
> >-       ic.flags = CONST_CS | CONST_PERSISTENT;
> >+       ic.flags = CONST_CS;
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to