summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2016-11-13 05:42:35 +0000
committerJoe Watkins <krakjoe@php.net>2016-11-13 05:42:35 +0000
commit057ae377a06c1209921f66947e9644ecabbb9ccc (patch)
tree3c493561a1bd1c46b761c8913c7d17dc32b84295
parent77efe76bf7a39a3320c0d40924c001e14f671482 (diff)
downloadphp-git-057ae377a06c1209921f66947e9644ecabbb9ccc.tar.gz
news entry for #1787 in 7.1
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a5e1e746d5..98dfad930a 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ PHP NEWS
- Calendar:
. Fix integer overflows (Joshua Rogers)
+- Date:
+ . Fixed bug #69587 (DateInterval properties and isset). (jhdxr)
+
- XML:
. Fixed bug #72135 (malformed XML causes fault) (edgarsandi)