]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 5 Nov 2019 11:15:49 +0000 (12:15 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 5 Nov 2019 11:16:09 +0000 (12:16 +0100)
* PHP-7.3:
  Fixed bug #78775

1  2 
NEWS
ext/openssl/xp_ssl.c

diff --cc NEWS
index 4af45dc1e608ed1276695a922b9b02364c8f1ad2,793c9cf750e2163ced976631a298b312acb5d51e..75bcabfbbc3952e7b27be8f821d661077959de63
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,21 -1,15 +1,25 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 7.3.12
 +?? ??? ????, PHP 7.4.0RC6
  
  - Core:
 -  . Fixed bug #78658 (Memory corruption using Closure::bindTo). (Nikita)
 -  . Fixed bug #78656 (Parse errors classified as highest log-level). (Erik
 -    Lundin)
 -  . Fixed bug #78752 (Segfault if GC triggered while generator stack frame is
 -    being destroyed). (Nikita)
 -  . Fixed bug #78689 (Closure::fromCallable() doesn't handle
 -    [Closure, '__invoke']). (Nikita)
 +  . Fixed bug #78768 (redefinition of typedef zend_property_info). (Nikita)
 +
 +- Standard:
 +  . Fixed bug #77930 (stream_copy_to_stream should use mmap more often).
 +    (Nikita)
 +
++- OpenSSL:
++  . Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted
++    connections). (Nikita)
++
 +- Reflection:
 +  . Fixed bug #78774 (ReflectionNamedType on Typed Properties Crash). (Nikita)
 +
 +31 Oct 2019, PHP 7.4.0RC5
 +
 +- Core:
 +  . Fixed bug #78226 (Unexpected __set behavior with typed properties). (Nikita)
  
  - COM:
    . Fixed bug #78694 (Appending to a variant array causes segfault). (cmb)
Simple merge