summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2017-04-02 13:19:32 +0200
committerNikita Popov <nikita.ppv@gmail.com>2017-04-02 13:19:32 +0200
commitc8034514edadbafc4376f107e2a4ba52b7b17ff4 (patch)
tree0c7c284e0ad260d0048f0feee37e8f032294f0c4 /NEWS
parent32dcc1eef037da88ff483dd49a5a153096d702fc (diff)
downloadphp-git-c8034514edadbafc4376f107e2a4ba52b7b17ff4.tar.gz
Fixed bug #74361
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a655dd36e0..635a51b835 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ PHP NEWS
. Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without
seconds). (Moritz Fain)
+- Standard:
+ . Fixed bug #74361 (Compaction in array_rand() violates COW). (Nikita)
+
13 Apr 2017, PHP 7.1.4
- Core: