From: Nikita Popov Date: Tue, 5 Nov 2019 11:15:49 +0000 (+0100) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Tag: php-7.4.7RC1~525 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e41ade638b215a1e9a5ece40ecf25485fcb9788;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fixed bug #78775 --- 3e41ade638b215a1e9a5ece40ecf25485fcb9788 diff --cc NEWS index 4af45dc1e6,793c9cf750..75bcabfbbc --- a/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)