summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 547098df9e..b73abd90fd 100644
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,8 @@ PHP NEWS
- Fixed possible crash in ext/soap because of uninitialized value. (Zdash Urf)
- Fixed bug #43808 (date_create never fails (even when it should)). (Derick)
+- Fixed bug #43559 (array_merge_recursive() doesn't behave as expected with
+ duplicate NULL values). (Felipe, Tony)
- Fixed bug #43527 (DateTime created from a timestamp reports environment
timezone). (Derick)
- Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00). (Derick)