From: Anatol Belski Date: Tue, 21 Nov 2017 21:24:32 +0000 (+0100) Subject: [ci skip] update NEWS X-Git-Tag: php-7.2.1RC1~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9988f056280072fa6f007574811787d058f5260c;p=php [ci skip] update NEWS --- diff --git a/NEWS b/NEWS index a58fbebd7f..8e517209b6 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,10 @@ PHP NEWS . Fixed bug #74862 (Unable to clone instance when private __clone defined). (Daniel Ciochiu) +- PCRE: + . Fixed bug #74183 (preg_last_error not returning error code after error). + (Andrew Nester) + - Standard: . Fixed bug #75511 (fread not free unused buffer). (Laruence) . Fixed bug #75514 (mt_rand returns value outside [$min,$max]+ on 32-bit)