From: Nikita Popov Date: Thu, 3 Jan 2019 08:40:14 +0000 (+0100) Subject: Merge branch 'PHP-7.2' into PHP-7.3 X-Git-Tag: php-7.3.2RC1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=349dbb7938148226635ab8a59ca13bca75b255f9;p=php Merge branch 'PHP-7.2' into PHP-7.3 --- 349dbb7938148226635ab8a59ca13bca75b255f9 diff --cc NEWS index 94e6598fab,2871db670f..c2a6e18eff --- a/NEWS +++ b/NEWS @@@ -20,15 -7,12 +20,19 @@@ PH - MySQLnd: . Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has - no external visibility). (Anatol) + no external visibility). (Anatol) + +- Opcache: + . Fixed bug #77257 (value of variable assigned in a switch() construct gets + lost). (Nikita) + +- PCRE: + . Fixed bug #77338 (get_browser with empty string). (Nikita) + - PDO: + . Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO + failure). (Nikita) + - Sockets: . Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address on MacOS). (Michael Meyer)