summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-03-19 22:32:50 -0700
committerStanislav Malyshev <stas@php.net>2013-03-19 22:32:50 -0700
commit5aaff8d634ec919a5fa24c05485b5ad250588982 (patch)
tree150b50616b68d4d926e4fa1aeeaf2f1e117e34ee /NEWS
parentcb76420fe04d6d5531d5f98c1c232696ed4d361c (diff)
downloadphp-git-5aaff8d634ec919a5fa24c05485b5ad250588982.tar.gz
clarify NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ef2fc8f97a..597010b534 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,8 @@ PHP NEWS
?? ??? 20??, PHP 5.5.0 Beta 1
- Core:
- . Added Zend Opcache extension and enable it by default. More details here:
- https://wiki.php.net/rfc/optimizerplus. (Dmitry)
+ . Added Zend Opcache extension and enable building 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.