]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.4' into PHP-5.5
authorStanislav Malyshev <stas@php.net>
Tue, 2 Sep 2014 19:31:29 +0000 (12:31 -0700)
committerStanislav Malyshev <stas@php.net>
Tue, 2 Sep 2014 19:32:03 +0000 (12:32 -0700)
* PHP-5.4:
  Fix bug #67644 - Memory corruption & crash during ob_start function callback

1  2 
NEWS
main/main.c

diff --cc NEWS
index 3b7a382038abc9dc2f498ceffec2bd78e9ed2cff,ff6cde2d8d4b027eb23bfb7ab2e7949e04943218..f6c0d4d415fe135a297477b838be93409593fb4d
--- 1/NEWS
--- 2/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).
diff --cc main/main.c
Simple merge