summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2013-03-20 13:14:20 +0100
committerDavid Soria Parra <dsp@php.net>2013-03-20 13:14:20 +0100
commit66b4e5cdec09782b3036a9c86250b09f6d22f521 (patch)
treeab78da86660b70323bbfbf16a3175d3ab00dad84
parent0173c4bab0357e58e74e2a84b18fa31034699582 (diff)
downloadphp-git-66b4e5cdec09782b3036a9c86250b09f6d22f521.tar.gz
NEWS for array_column
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 18d4d1e343..f6432e86e7 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP NEWS
- Core:
. Added Zend Opcache extension and enable building it by default.
More details here: https://wiki.php.net/rfc/optimizerplus. (Dmitry)
+ . Added array_column function which returns a column in a multidimensional
+ array. https://wiki.php.net/rfc/array_column. (Ben Ramsey)
. 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.