summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2013-06-10 19:54:29 +0200
committerAnatol Belski <ab@php.net>2013-06-10 19:54:29 +0200
commit18403e496d8963eed62f42ade196647d53adf9b2 (patch)
tree13c2daacd73e09513d240ca963d7172785b9e499
parent88c2dbe5fcf249e11735400d8f3a32f2884e87aa (diff)
downloadphp-git-18403e496d8963eed62f42ade196647d53adf9b2.tar.gz
missing colon
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9e2b543487..3c5b346335 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ PHP NEWS
. Fixed bug #64960 (Segfault in gc_zval_possible_root). (Laruence)
. Fixed bug #64934 (Apache2 TS crash with get_browser()). (Anatol)
-- DateTime
+- DateTime:
. Fixed bug #53437 (Crash when using unserialized DatePeriod instance).
(Gustavo, Derick, Anatol)