Re: [PHP-DEV] SAPI apache2handler + pipelined HTTP request core dumps

2015-03-13 Thread Patrick Schaaf
Am 13.03.2015 18:26 schrieb "Bostjan Skufca" : > > If we create unconditional php_server_context_cleanup() call at the beginning of php_request(), would that be out of order? Does it remove also all context-dependent configuration? That's exactly what my Minipatch (addition of "1 ||") is doing. T

Re: [PHP-DEV] SAPI apache2handler + pipelined HTTP request core dumps

2015-03-13 Thread Bostjan Skufca
I can confirm the behaviour. Even if I do not change script names and/or HTTP host. b. On 13 March 2015 at 16:01, Patrick Schaaf wrote: > On Tuesday 10 March 2015 10:26:12 Patrick Schaaf wrote: > > > > https://bugs.php.net/bug.php?id=68486 > > Meanwhile I did some more debugging, today also t

Re: [PHP-DEV] SAPI apache2handler + pipelined HTTP request core dumps

2015-03-13 Thread Patrick Schaaf
On Tuesday 10 March 2015 10:26:12 Patrick Schaaf wrote: > > https://bugs.php.net/bug.php?id=68486 Meanwhile I did some more debugging, today also testing with a freshly compiled current apache 2.4.12. The issue persists. As it does not always coredump, but always uncontrollably reenters an alre