summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a1cc58b5fb..09b609e309 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,11 @@ PHP NEWS
(Alexander Lisachenko)
. Fixed bug #68446 (Array constant not accepted for array parameter default).
(Bob, Dmitry)
+ . Fixed bug #68545 (NULL pointer dereference in unserialize.c). (Anatol)
+
+- Date:
+ . Fixed day_of_week function as it could sometimes return negative values
+ internally. (Derick)
- FPM:
. Fixed bug #68381 (fpm_unix_init_main ignores log_level).
@@ -37,6 +42,9 @@ PHP NEWS
- GMP:
. Fixed bug #68419 (build error with gmp 4.1). (Remi)
+- Mcrypt:
+ . Fixed possible read after end of buffer and use after free. (Dmitry)
+
- PDO_pgsql:
. Fixed bug #67462 (PDO_PGSQL::beginTransaction() wrongly throws exception
when not in transaction) (Matteo)