[PHP-DEV] Re: 2 problems with shutdown

2001-06-29 Thread Zeev Suraski
At 18:45 28/6/2001, Thies C. Arntzen wrote: > hi, > > we have two problems in the current code when it comes to > shutting down apache processes: > > 1) > in main.c php_module_shutdown(): > we call php_config_ini_shutdown() before we call the modules > MSHUTDOWN functi

[PHP-DEV] Re: 2 problems with shutdown

2001-06-29 Thread Thies C. Arntzen
On Fri, Jun 29, 2001 at 02:09:44PM +0300, Zeev Suraski wrote: > At 18:45 28/6/2001, Thies C. Arntzen wrote: > > >hi, > > > >we have two problems in the current code when it comes to > >shutting down apache processes: > > > >1) > >in main.c php_module_shutdown(): > >we call

[PHP-DEV] Re: 2 problems with shutdown

2001-06-29 Thread Zeev Suraski
At 15:18 29/6/2001, Thies C. Arntzen wrote: > agreed - but we should do it, right? Yup :) > in the error_log - and sometimes it'll even SEGFAULT. > > is this good? Is this a trick question? :) Of course it's bad. Perhaps we should revert to only freeing registered resources on a

[PHP-DEV] Re: 2 problems with shutdown

2001-06-29 Thread Thies C. Arntzen
On Fri, Jun 29, 2001 at 03:23:03PM +0300, Zeev Suraski wrote: > At 15:18 29/6/2001, Thies C. Arntzen wrote: > >agreed - but we should do it, right? > > Yup :) > > >in the error_log - and sometimes it'll even SEGFAULT. > > > >is this good? > > Is this a trick question? :) Of course

[PHP-DEV] Re: 2 problems with shutdown

2001-06-29 Thread Thies C. Arntzen
ping? On Thu, Jun 28, 2001 at 05:45:13PM +0200, Thies C. Arntzen wrote: > > hi, > > we have two problems in the current code when it comes to > shutting down apache processes: > > 1) > in main.c php_module_shutdown(): > we call php_config_ini_shutdown() before we ca