]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorMichael Wallner <mike@php.net>
Thu, 21 Aug 2014 20:44:34 +0000 (22:44 +0200)
committerMichael Wallner <mike@php.net>
Thu, 21 Aug 2014 20:45:33 +0000 (22:45 +0200)
* PHP-5.5:
  fix bug #67865
  updated NEWS to fit last release
  NEWS
  Fix bug #67878 program_prefix not honoured in man pages

1  2 
NEWS

diff --cc NEWS
index ab30d1320934c26e1e51fdeffbcc2f87a63341ed,d374dfebf6503a1e0b31ed57d65ad47bc0bde2fe..70780ce068198629d4ee3b9ee0d9b2be854b13a0
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,28 -1,45 +1,31 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2014, PHP 5.5.17
 +?? ??? 2014, PHP 5.6.0 ???
  
  - Core:
 -  . Fixed bug #47358 (glob returns error, should be empty array()). (Pierre)
    . Fixed bug #67878 (program_prefix not honoured in man pages). (Remi)
  
 -- COM:
 -  . Fixed bug #41577 (DOTNET is successful once per server run)
 -    (Aidas Kasparas)
 -
 -- OpenSSL:
 -  . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).
 -    (Daniel Lowrey)
 -
 -- SPL:
 -  . Fixed bug #67813 (CachingIterator::__construct InvalidArgumentException
 -    wrong message). (tim_siebels_aurich at yahoo dot de)
 -
 -- Date:
 -  . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk)
 -  . Fixed bug #66985 (Some timezones are no longer valid in PHP 5.5.10).
 -    (Derick)
 -  . Fixed bug #67109 (First uppercase letter breaks date string parsing).
 -    (Derick)
 +- Fileinfo:
 +  . Fixed bug #67716 (Segfault in cdf.c). (CVE-2014-3587) (Remi)
  
  - GD
 -  . Made fontFetch's path parser thread-safe. (Sara).
 -
 -- MySQLi:
 -  . Fixed bug #67839 (mysqli does not handle 4-byte floats correctly). (Keyur)
 +  . Made fontFetch's path parser thread-safe. (Sara)
 +  . Fixed bug #67730 (Null byte injection possible with imagexxx functions).
 +    (CVE-2014-5120) (Ryan Mauger)
  
 -  . Fixed bug #67724 (chained zlib filters silently fail with large amounts of 
 -    data). (Mike)
+ - Zlib:
 -21 Aug 2014, PHP 5.5.16
+   . Fixed bug #67865 (internal corruption phar error). Mike
 +14 Aug 2014, PHP 5.6.0 Release Candidate 4
  
  - COM:
 -  . Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas).
 +  . Fixed bug #41577 (DOTNET is successful once per server run)
 +    (Aidas Kasparas)
 +
 +- Core:
 +  . Fixed bug #67693 (incorrect push to the empty array). (Tjerk)
 +  . Removed inconsistency regarding behaviour of array in constants at
 +    run-time. (Bob)
  
  - Fileinfo:
    . Fixed bug #67705 (extensive backtracking in rule regular expression).