diff options
author | Anatol Belski <ab@php.net> | 2017-11-21 22:24:32 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-11-21 22:24:32 +0100 |
commit | 9988f056280072fa6f007574811787d058f5260c (patch) | |
tree | 8fdf00316fccbe46ae0fa0ef040243880bb2f76e | |
parent | f6b0d365a709ae71cd9f77b25c337a6e6883f68d (diff) | |
download | php-git-9988f056280072fa6f007574811787d058f5260c.tar.gz |
[ci skip] update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |