From: Christoph M. Becker Date: Tue, 5 May 2020 09:39:38 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Tag: php-7.4.7RC1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80b500619651901342c50b99bbd9e20715d390a9;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #79566: Private SHM is not private on Windows --- 80b500619651901342c50b99bbd9e20715d390a9 diff --cc NEWS index 94f059ba54,593cdc0701..a80740376e --- a/NEWS +++ b/NEWS @@@ -1,7 -1,14 +1,10 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.3.19 +?? ??? ????, PHP 7.4.7 + - Core: + . Fixed bug #79566 (Private SHM is not private on Windows). (cmb) + -- Opcache: - . Fixed bug #79535 (PHP crashes with specific opcache.optimization_level). - (Nikita) - - SimpleXML: . Fixed bug #79528 (Different object of the same xml between 7.4.5 and 7.4.4). (cmb)