summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2013-09-18 10:26:37 +0200
committerJulien Pauli <jpauli@php.net>2013-09-18 15:08:04 +0200
commit805934fef05d51649c98cd8dc6ee24c40458a47e (patch)
treeabe2863f563eaa5d72cbb42ff0f430da254887b9 /NEWS
parent94e4c4df86719dbdf265b9d7ccfd1db8cfd32fdf (diff)
downloadphp-git-805934fef05d51649c98cd8dc6ee24c40458a47e.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 1 insertions, 26 deletions
diff --git a/NEWS b/NEWS
index 37db7e6c40..3a9326e5a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,31 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2013, PHP 5.5.5
-
-- CLI server:
- . Fixed bug #65633 (built-in server treat some http headers as
- case-sensitive). (Adam)
-
-- Datetime:
- . Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
- (Boro Sitnikovski)
- . Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
- (Boro Sitnikovski)
-
-- GD
- . Ensure that the defined interpolation method is used with the generic
- scaling methods. (Pierre)
-
-- 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
+18 Sep 2013, PHP 5.5.4
- Core:
. Fixed bug #60598 (cli/apache sapi segfault on objects manipulation).