]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 9 Sep 2019 13:32:44 +0000 (15:32 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 9 Sep 2019 13:33:02 +0000 (15:33 +0200)
* PHP-7.3:
  Fix #78510: Partially uninitialized buffer returned by sodium_crypto_generichash_init()

1  2 
NEWS
ext/sodium/libsodium.c

diff --cc NEWS
index e2c2f7e7d4585261258cae52f0485f5d83df070c,aba8c5b7ab6a5fa60093e198f95de83e9bee8889..c976a6b2c9d185d459174b77ec29720ad521ad5f
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,35 -1,19 +1,39 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 7.3.10
 +?? ??? ????, PHP 7.4.0RC2
 +
 +- FFI:
 +  . Fixed bug #78488 (OOB in ZEND_FUNCTION(ffi_trampoline)). (Dmitry)
 +
 +- Opcache:
 +  . Add opcache.preload_user INI directive. (Dmitry)
 +  . Fixed bug #78514 (Preloading segfaults with inherited typed property).
 +    (Nikita)
 +
 +- PCRE:
 +  . Fixed bug #78349 (Bundled pcre2 library missing LICENCE file). (Peter Kokot)
 +
 +- PDO_MySQL:
 +  . Fixed bug #41997 (SP call yields additional empty result set). (cmb)
 +
++- sodium:
++  . Fixed bug #78510 (Partially uninitialized buffer returned by
++    sodium_crypto_generichash_init()). (Frank Denis, cmb)
++
 +05 Sep 2019, PHP 7.4.0RC1
  
  - Core:
 -  . Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab)
 -  . Fixed bug #77922 (Double release of doc comment on inherited shadow
 -    property). (Nikita)
 -  . Fixed bug #78441 (Parse error due to heredoc identifier followed by digit).
 -    (cmb)
    . Fixed bug #77812 (Interactive mode does not support PHP 7.3-style heredoc).
      (cmb, Nikita)
 -
 -- FastCGI:
 -  . Fixed bug #78469 (FastCGI on_accept hook is not called when using named
 -    pipes on Windows). (Sergei Turchanov)
 +  . Fixed bug #78438 (Corruption when __unserializing deeply nested structures).
 +    (cmb, Nikita)
 +  . Fixed bug #78441 (Parse error due to heredoc identifier followed by digit).
 +    (cmb)
 +  . Fixed bug #78454 (Consecutive numeric separators cause OOM error).
 +    (Theodore Brown)
 +  . Fixed bug #78335 (Static properties/variables containing cycles report as
 +    leak). (Nikita)
 +  . Fixed bug #78460 (PEAR installation failure). (Peter Kokot, L. Declercq)
  
  - FPM:
    . Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr
Simple merge