diff options
author | Derick Rethans <derick@php.net> | 2010-03-07 17:25:16 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2010-03-07 17:25:16 +0000 |
commit | 02e46447864a975bdb714e9d783503fd6506eece (patch) | |
tree | b3bc2c1ec454693a6b239d77522af7819da2a397 /NEWS | |
parent | dbec5439b57d5630fc8a4a529981572b3957eb48 (diff) | |
download | php-git-02e46447864a975bdb714e9d783503fd6506eece.tar.gz |
- Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ PHP NEWS - Fixed bug #50358 (Compile failure compiling ext/phar/util.lo). (Felipe) - Fixed bug #49778 (DateInterval::format("%a") is always zero when an interval is created from an ISO string). (Derick) +- Fixed bug #49059 (DateTime::diff() repeats previous sub() operation). + (yoarvi@gmail.com, Derick) ?? ??? 20??, PHP 5.3.2 |