diff options
author | David Soria Parra <dsp@php.net> | 2013-03-20 13:14:20 +0100 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2013-03-20 13:14:20 +0100 |
commit | 66b4e5cdec09782b3036a9c86250b09f6d22f521 (patch) | |
tree | ab78da86660b70323bbfbf16a3175d3ab00dad84 /NEWS | |
parent | 0173c4bab0357e58e74e2a84b18fa31034699582 (diff) | |
download | php-git-66b4e5cdec09782b3036a9c86250b09f6d22f521.tar.gz |
NEWS for array_column
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |