From: Nikita Popov Date: Thu, 14 Mar 2019 16:25:44 +0000 (+0100) Subject: Merge branch 'PHP-7.2' into PHP-7.3 X-Git-Tag: php-7.3.4RC1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=217c05da527bcbc8230b96e236ae687447409936;p=php Merge branch 'PHP-7.2' into PHP-7.3 --- 217c05da527bcbc8230b96e236ae687447409936 diff --cc NEWS index 6ddf1be1a0,ad1b28ae22..09dbf64b56 --- a/NEWS +++ b/NEWS @@@ -7,16 -7,14 +7,20 @@@ PH . Fixed bug #77660 (Segmentation fault on break 2147483648). (Laruence) . Fixed bug #77652 (Anonymous classes can lose their interface information). (Nikita) - . Fixed bug #77609 (Tests with shared extensions fails). (Ralf Habacker) - . Fixed bug #77676 (Unable to run tests when building shared extension on - AIX). (Kevin Adler) + . Fixed bug #77345 (Stack Overflow caused by circular reference in garbage + collection). (Alexandru Patranescu, Nikita, Dmitry) + - Bcmath: + . Fixed bug #77742 (bcpow() implementation related to gcc compiler + optimization). (Nikita) + +- CLI Server: + . Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the + localhost). (Nikita) + +- Apache2Handler: + . Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). (cmb) + - FPM: . Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP). (Kevin Adler)