Commit:    66b4e5cdec09782b3036a9c86250b09f6d22f521
Author:    David Soria Parra <d...@php.net>         Wed, 20 Mar 2013 13:14:20 
+0100
Parents:   0173c4bab0357e58e74e2a84b18fa31034699582
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=66b4e5cdec09782b3036a9c86250b09f6d22f521

Log:
NEWS for array_column

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 18d4d1e..f6432e8 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.


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to