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 /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 box,
Apache 2.4.12 with PHP 5.5.22 as mod_php and got a 'zend_mm_heap
corrupted' error when test.php contained phpinfo();
Bad enough, but no segfault.
When test.php contained nothing more than '<html>Apache is functioning
normally.</html>' there were no errors at all.
Jan
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php