summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIgnace Nyamagana Butera <nyamsprod@gmail.com>2019-02-26 21:21:46 +0100
committerDerick Rethans <github@derickrethans.nl>2019-03-17 14:37:35 -0400
commit6eb83a63e1833f0991af4ccccc5533269c8af96c (patch)
treed7a53230c36432e6ed244f9144b408794a526078 /NEWS
parentf167b06d4c86c96291c21c027ba3cae22f5b5be8 (diff)
downloadphp-git-6eb83a63e1833f0991af4ccccc5533269c8af96c.tar.gz
Fixed bug #75113: Added DatePeriod::getRecurrences() method.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index ad1b28ae22..88f91cfe73 100644
--- a/NEWS
+++ b/NEWS
@@ -15,13 +15,15 @@ PHP NEWS
. Fixed bug #77742 (bcpow() implementation related to gcc compiler
optimization). (Nikita)
-- FPM:
- . Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
- (Kevin Adler)
-
- Date:
. Fixed bug #50020 (DateInterval:createDateFromString() silently fails).
(Derick)
+ . Fixed bug #75113 (Added DatePeriod::getRecurrences() method). (Ignace
+ Nyamagana Butera)
+
+- FPM:
+ . Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
+ (Kevin Adler)
- GD:
. Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag).