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 bost...@a2o.si: 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

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

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 p...@bof.de 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

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

2015-03-10 Thread Patrick Schaaf
Dear internals, can somebody knowledgeable about the apache2handler code, please have a look at the following bug report? https://bugs.php.net/bug.php?id=68486 I just added a comment with a hotfix that appears to work at first glance, but I'm completely unsure whether that will result in