summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-08-14 14:20:37 +0200
committerChristoph M. Becker <cmb@php.net>2015-08-14 14:20:37 +0200
commit0e51f9798c6cea1b155cb18342a43c54be55a1fd (patch)
treeedbc6e685ab3b88fa186119fc2c2d0471416dd54
parente66bf11638409b9582d5b9159b97e8b108c29796 (diff)
downloadphp-git-0e51f9798c6cea1b155cb18342a43c54be55a1fd.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f18daae225..9a95a25c9b 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP NEWS
. Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).
(wusuopu, cmb)
+- Date:
+ . Fixed bug #70266 (DateInterval::__construct.interval_spec is not supposed to
+ be optional). (cmb)
+
- MCrypt:
. Fixed bug #69833 (mcrypt fd caching not working). (Anatol)