From: Stanislav Malyshev Date: Tue, 2 Sep 2014 19:31:29 +0000 (-0700) Subject: Merge branch 'PHP-5.4' into PHP-5.5 X-Git-Tag: php-5.5.17RC1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af85eff5b6c77681e7e4f9440fa35dbe5c1529ae;p=php Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fix bug #67644 - Memory corruption & crash during ob_start function callback --- af85eff5b6c77681e7e4f9440fa35dbe5c1529ae diff --cc NEWS index 3b7a382038,ff6cde2d8d..f6c0d4d415 --- a/NEWS +++ b/NEWS @@@ -6,15 -6,8 +6,17 @@@ PH . Fixed bug #47358 (glob returns error, should be empty array()). (Pierre) . Fixed bug #65463 (SIGSEGV during zend_shutdown()). (Keyur Govande) . Fixed bug #66036 (Crash on SIGTERM in apache process). (Keyur Govande) + . Fixed bug #67644 (Memory corruption & crash during ob_start function + callback). (Stas) + . Fixed bug #67878 (program_prefix not honoured in man pages). (Remi) + +- COM: + . Fixed bug #41577 (DOTNET is successful once per server run) + (Aidas Kasparas) + +- FPM: + . Fixed #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable when + using Apache). (David Zuelke) - OpenSSL: . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).