summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index af1c2b240e..f1e36eb57c 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ PHP NEWS
- SPL:
. Added feature #65545 (SplFileObject::fread()) (Tjerk)
+ . Fixed bug #66834 (empty() does not work on classes that extend ArrayObject) (Tjerk)
- cURL:
. Fixed bug #66109 (Can't reset CURLOPT_CUSTOMREQUEST to default behaviour)