From 4f87f26d061de81c0856c0af5017d6b57e53d633 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 5 Aug 2013 15:56:46 -0700 Subject: [PATCH 1/2] Doh. PHP 5.5 NEWS needs own commit. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index c01b43ed7bc..2f9a4c7bf65 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,8 @@ PHP NEWS . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very limited case). (Arpad) . Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones) + . Fixed bug #61268 (--enable-dtrace leads make to clobber + Zend/zend_dtrace.d) (Chris Jones) - OPcache: . Added opcache.restrict_api configuration directive that may limit From 6e505f496905529a7976f0873a69fc222fe2d617 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 5 Aug 2013 16:03:22 -0700 Subject: [PATCH 2/2] PHP 5.5.2 has already branched --- NEWS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 2f9a4c7bf65..5c07185d51e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2013, PHP 5.5.3 +- Core: + . Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones) + . Fixed bug #61268 (--enable-dtrace leads make to clobber + Zend/zend_dtrace.d) (Chris Jones) + - Sessions: . Implemented strict sessions RFC (https://wiki.php.net/rfc/strict_sessions) which protects against session fixation attacks and session collisions. @@ -18,9 +23,6 @@ PHP NEWS . Fixed bug #65304 (Use of max int in array_sum). (Laruence) . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very limited case). (Arpad) - . Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones) - . Fixed bug #61268 (--enable-dtrace leads make to clobber - Zend/zend_dtrace.d) (Chris Jones) - OPcache: . Added opcache.restrict_api configuration directive that may limit