diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2019-02-26 21:21:46 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2019-03-17 14:37:35 -0400 |
commit | 6eb83a63e1833f0991af4ccccc5533269c8af96c (patch) | |
tree | d7a53230c36432e6ed244f9144b408794a526078 /NEWS | |
parent | f167b06d4c86c96291c21c027ba3cae22f5b5be8 (diff) | |
download | php-git-6eb83a63e1833f0991af4ccccc5533269c8af96c.tar.gz |
Fixed bug #75113: Added DatePeriod::getRecurrences() method.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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). |