summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-04-25 17:27:07 +0200
committerAnatol Belski <ab@php.net>2014-04-25 17:27:07 +0200
commit38248e445dd94fb7579c2c8f57b36a089030b43a (patch)
tree1105b18eedb58fd93d163e86a395a11581eba66d
parent6448916535ab92adea577414e8e493402029b013 (diff)
downloadphp-git-38248e445dd94fb7579c2c8f57b36a089030b43a.tar.gz
updated NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2c18f38f20..9303dd612c 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,7 @@ PHP NEWS
- Date:
. Fixed bug #66721 (__wakeup of DateTime segfaults when invalid object data is
supplied). (Boro Sitnikovski)
+ . Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol)
- DOM:
. Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag,