diff --git a/archive/entries/2013-06-20-1.xml b/archive/entries/2013-06-20-1.xml index 36027df7f..85e73232c 100644 --- a/archive/entries/2013-06-20-1.xml +++ b/archive/entries/2013-06-20-1.xml @@ -24,9 +24,9 @@
  • Added support for constant array/string dereferencing.
  • Added scalar class name resolution via ::class.
  • Added support for using empty() on the result of function calls and other expressions.
  • -
  • Added support for non-scalar Iterator keys in foreach
  • +
  • Added support for non-scalar Iterator keys in foreach.
  • Added support for list() constructs in foreach statements.
  • -
  • Added Zend Opcache extension and enable building it by default.
  • +
  • Added the Zend OPcache extension for opcode caching.
  • The GD library has been upgraded to version 2.1 adding new functions and improving existing functionality.
  • A lot more improvements and fixes.
  • diff --git a/releases/5_5_0.php b/releases/5_5_0.php index 31754a5f7..56aed7a11 100644 --- a/releases/5_5_0.php +++ b/releases/5_5_0.php @@ -22,9 +22,9 @@ This release includes a large number of new features and bug fixes.
  • Added support for constant array/string dereferencing.
  • Added scalar class name resolution via ::class.
  • Added support for using empty() on the result of function calls and other expressions.
  • -
  • Added support for non-scalar Iterator keys in foreach
  • +
  • Added support for non-scalar Iterator keys in foreach.
  • Added support for list() constructs in foreach statements.
  • -
  • Added Zend Opcache extension and enable building it by default
  • +
  • Added the Zend OPcache extension for opcode caching.
  • The GD library has been upgraded to version 2.1 adding new functions and improving existing functionality.
  • A lot more improvements and fixes.