Re: [PHP-DEV] another segv in sapi_apache2

2001-08-17 Thread Sterling Hughes
applied -- thanks again. -Sterling > thanks. this one gets rid of a warning... > > Index: sapi_apache2.c > === > RCS file: /repository/php4/sapi/apache2filter/sapi_apache2.c,v > retrieving revision 1.45 > diff -u -

Re: [PHP-DEV] another segv in sapi_apache2

2001-08-17 Thread Doug MacEachern
thanks. this one gets rid of a warning... Index: sapi_apache2.c === RCS file: /repository/php4/sapi/apache2filter/sapi_apache2.c,v retrieving revision 1.45 diff -u -r1.45 sapi_apache2.c --- sapi_apache2.c 18 Aug 2001 01:36:29 -

Re: [PHP-DEV] another segv in sapi_apache2

2001-08-17 Thread Sterling Hughes
On Fri, 17 Aug 2001, Doug MacEachern wrote: > doesn't seem right for this flush function to be called at server > shutdown, ctx->f and ctx->f->r won't be alive at this point. so i'm > not sure if this is the right fix, but patch below stops segv. with this > and the cleanup_register patch bloom

[PHP-DEV] another segv in sapi_apache2

2001-08-17 Thread Doug MacEachern
doesn't seem right for this flush function to be called at server shutdown, ctx->f and ctx->f->r won't be alive at this point. so i'm not sure if this is the right fix, but patch below stops segv. with this and the cleanup_register patch bloom committed for me, all php tests in httpd-test are no