Re: [PHP-DEV] dl() equivalent

2001-10-27 Thread Andi Gutmans
At 01:40 AM 10/28/2001 +0200, Stig S. Bakken wrote: >Andi Gutmans wrote: > > > > At 08:43 AM 10/27/2001 +0200, Stig S. Bakken wrote: > > >Hi, > > > > > >Back in the early 3.0 days, dl() used to load stuff into the process > > >without removing it at the end of the request. Zeev, would not yanking

Re: [PHP-DEV] dl() equivalent

2001-10-27 Thread Stig S. Bakken
Andi Gutmans wrote: > > At 08:43 AM 10/27/2001 +0200, Stig S. Bakken wrote: > >Hi, > > > >Back in the early 3.0 days, dl() used to load stuff into the process > >without removing it at the end of the request. Zeev, would not yanking > >modules back out at request shutdown eliminate some of the e

Re: [PHP-DEV] dl() equivalent

2001-10-27 Thread Zeev Suraski
In my opinion, not really - it'll just replace one mess with another... At 08:43 27/10/2001, Stig S. Bakken wrote: >Hi, > >Back in the early 3.0 days, dl() used to load stuff into the process >without removing it at the end of the request. Zeev, would not yanking >modules back out at request shu

Re: [PHP-DEV] dl() equivalent

2001-10-27 Thread Andi Gutmans
At 08:43 AM 10/27/2001 +0200, Stig S. Bakken wrote: >Hi, > >Back in the early 3.0 days, dl() used to load stuff into the process >without removing it at the end of the request. Zeev, would not yanking >modules back out at request shutdown eliminate some of the evilness of >dl()? That is probably