diff options
| author | nikita2206 <inefedor@gmail.com> | 2013-10-29 19:40:17 +0400 |
|---|---|---|
| committer | Nikita Popov <nikic@php.net> | 2013-11-29 23:31:07 +0100 |
| commit | 5f09944662e09ea0b3f93cfab8702f188955e68c (patch) | |
| tree | 31ae7916c62b827b14ab648a0c665634d312d35c /NEWS | |
| parent | 967abd61537a2c7d0beebac9039aa068d518e4eb (diff) | |
| download | php-git-5f09944662e09ea0b3f93cfab8702f188955e68c.tar.gz | |
Fixed bug #65768: DateTimeImmutable::diff does not work
This commit also prevents user classes from directly implementing
DateTimeInterface, because ext/date relies on classes implementing
it to support certain internal structures.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ PHP NEWS - Date: . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi) + . Fixed bug #65768 (DateTimeImmutable::diff does not work). (Nikita Nefedov) ?? ??? 2013, PHP 5.5.7 |
