From: Christoph M. Becker Date: Mon, 18 Mar 2019 18:22:51 +0000 (+0100) Subject: Merge branch 'PHP-7.2' into PHP-7.3 X-Git-Tag: php-7.3.4RC1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a529826d95f07eb0e1a646b1b427eb0537deff3d;p=php Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #77578: Crash when php unload --- a529826d95f07eb0e1a646b1b427eb0537deff3d diff --cc NEWS index f6f51119dc,1e953a1176..95e14257f3 --- a/NEWS +++ b/NEWS @@@ -16,13 -15,15 +16,16 @@@ PH . 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) + + - COM: + . Fixed bug #77578 (Crash when php unload). (cmb) + -- Date: - . Fixed bug #50020 (DateInterval:createDateFromString() silently fails). - (Derick) - . Fixed bug #75113 (Added DatePeriod::getRecurrences() method). (Ignace - Nyamagana Butera) - - FPM: . Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP). (Kevin Adler)