- CLI server:
. Fixed bug #65633 (built-in server treat some http headers as
case-sensitive). (Adam)
+ . Added application/pdf to PHP CLI Web Server mime types (Chris Jones)
- Datetime:
- . Fixed bug #64157 (DateTime::createFromFormat() reports confusing error
- message). (Boro Sitnikovski)
+ . Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
+ (Boro Sitnikovski)
+ . Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
+ (Boro Sitnikovski)
-- Filter:
- . Add RFC 6598 IPs to reserved addresses. (Sebastian Nohn)
- . Fixed bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names).
- (Syra)
+- GD
+ . Ensure that the defined interpolation method is used with the generic
+ scaling methods. (Pierre)
-?? ??? 2013, PHP 5.4.20
+ - IMAP:
+ . Fixed bug #65721 (configure script broken in 5.5.4 and 5.4.20 when enabling
+ imap). (ryotakatsuki at gmail dot com)
+
+- OPcache:
+ . Fixed bug #65665 (Exception not properly caught when opcache enabled).
+ (Laruence)
+ . Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var). (Dmitry)
+
+- SPL:
+ . Fix bug #64782 (SplFileObject constructor make $context optional / give it
+ a default value). (Nikita)
+
+?? ??? 2013, PHP 5.5.4
- Core:
. Fixed bug #60598 (cli/apache sapi segfault on objects manipulation).