From: David Soria Parra Date: Wed, 20 Mar 2013 12:14:20 +0000 (+0100) Subject: NEWS for array_column X-Git-Tag: php-5.5.0beta1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66b4e5cdec09782b3036a9c86250b09f6d22f521;p=php NEWS for array_column --- 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.