summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-03-11 14:22:11 +0100
committerAnatol Belski <ab@php.net>2016-03-11 14:22:11 +0100
commit9d02e3b97e5d8511dd901e720d857b592c3631e1 (patch)
treecd1105a9e204e9ff2da1185c6179155eb55e8ca8
parentf3f5a07aa569d6fba599afcd69c04d6626c57c3f (diff)
downloadphp-git-9d02e3b97e5d8511dd901e720d857b592c3631e1.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cf0cb05082..a17b6015c4 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ PHP NEWS
- Curl:
. Fixed bug #71694 (Support constant CURLM_ADDED_ALREADY). (mpyw)
+- Date:
+ . Fixed bug #71635 (DatePeriod::getEndDate segfault). (Thomas Punt)
+
- ODBC:
. Fixed bug #47803, #69526 (Executing prepared statements is succesfull only
for the first two statements). (einavitamar at gmail dot com, Anatol)