From 60b36a681986c754a925daa7142e28b450f85c38 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Tue, 19 Mar 2013 15:26:40 +0100 Subject: [PATCH] ZO+ NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 805a40d3294..c8b70ef1e17 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 20??, PHP 5.5.0 Beta 1 - Core: + . Added Zend Optimizer+ extension and enable it by default. More details here: + https://wiki.php.net/rfc/optimizerplus. (Dmitry) . Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail). (Laruence) . Added support for changing the process's title in CLI/CLI-Server SAPIs.