diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2017-04-02 13:19:32 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-04-02 13:19:32 +0200 |
commit | c8034514edadbafc4376f107e2a4ba52b7b17ff4 (patch) | |
tree | 0c7c284e0ad260d0048f0feee37e8f032294f0c4 /NEWS | |
parent | 32dcc1eef037da88ff483dd49a5a153096d702fc (diff) | |
download | php-git-c8034514edadbafc4376f107e2a4ba52b7b17ff4.tar.gz |
Fixed bug #74361
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |