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

2015-03-15 Thread Patrick Schaaf
Respin of my patch for https://bugs.php.net/bug.php?id=68486 is now available as a gist here: https://gist.github.com/bof/15173c7a11cb12a7b96f Some comments on the respin are in the bug report at [2015-03-15 10:17 UTC] Debug cruft has been removed, and as far as my brain can make out this is

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

2015-03-15 Thread Patrick Schaaf
Am 15.03.2015 11:20 schrieb Patrick Schaaf p...@bof.de: Respin of my patch for https://bugs.php.net/bug.php?id=68486 is now available as a gist here: https://gist.github.com/bof/15173c7a11cb12a7b96f Some comments on the respin are in the bug report at [2015-03-15 10:17 UTC] Debug cruft

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

2015-03-14 Thread Patrick Schaaf
Possible patch for the issue at https://gist.github.com/bof/15173c7a11cb12a7b96f with an explanatory comment in the bug report https://bugs.php.net/bug.php?id=68486 at [2015-03-14 10:34 UTC] Have a nice weekend Patrick -- PHP Internals - PHP Runtime Development Mailing List To

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

2015-03-13 Thread Jan Ehrhardt
Patrick Schaaf in php.internals (Tue, 10 Mar 2015 10:26:12 +0100): 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 echo -e GET /test.php HTTP/1.1\nHost: localhost\n\n \ GET

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

2015-03-13 Thread Jan Ehrhardt
Bostjan Skufca in php.internals (Fri, 13 Mar 2015 18:20:55 +0100): For me PHP 5.5.20 works OK, but PHP 5.6.6 segfaults. OK (or rather not OK), I upgraded to 5.6.6: echo -e GET /index.php HTTP/1.1\nHost: localhost\n\n \ GET /index.php HTTP/1.1\nHost: localhost\n\n|nc localhost 80

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

2015-03-13 Thread Bostjan Skufca
For me PHP 5.5.20 works OK, but PHP 5.6.6 segfaults. b. On 13 March 2015 at 18:18, Jan Ehrhardt php...@ehrhardt.nl wrote: Patrick Schaaf in php.internals (Tue, 10 Mar 2015 10:26:12 +0100): Dear internals, can somebody knowledgeable about the apache2handler code, please have a look at

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

2015-03-13 Thread Patrick Schaaf
Am 13.03.2015 18:18 schrieb Jan Ehrhardt php...@ehrhardt.nl: https://bugs.php.net/bug.php?id=68486 echo -e GET /test.php HTTP/1.1\nHost: localhost\n\n \ GET /test.php HTTP/1.1\nHost: localhost\n\n|nc localhost 80 Are you running opcache? I tried to reproduce the bug on a Centos6