summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2ec341b699..11af0a89a0 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,8 @@ PHP NEWS
- Date:
. Implemented FR #68268 (DatePeriod: Getter for start date, end date and
interval). (Marc Bennewitz)
+ . Fixed day_of_week function as it could sometimes return negative values
+ internally. (Derick)
- Fileinfo:
. Fixed bug #68398 (msooxml matches too many archives). (Anatol)
@@ -31,6 +33,9 @@ PHP NEWS
. Fixed bug #68504 (--with-libmbfl configure option not present on Windows).
(Ashesh Vashi)
+- Mcrypt:
+ . Fixed possible read after end of buffer and use after free. (Dmitry)
+
- OpenSSL:
. Improved handling of OPENSSL_KEYTYPE_EC keys. (Dominic Luechinger)