From a496f37c96336c06cfd49bac75e3f7c291cd8738 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Apr 2013 10:28:57 +0200 Subject: php-bartlett-PHP-CompatInfo: 2.14.1 --- 0025-array_column.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 0025-array_column.patch (limited to '0025-array_column.patch') diff --git a/0025-array_column.patch b/0025-array_column.patch new file mode 100644 index 0000000..f7f5f6c --- /dev/null +++ b/0025-array_column.patch @@ -0,0 +1,24 @@ +From 77931f9c94a4cb639f62cf077ae7faaf701973a9 Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Wed, 20 Mar 2013 14:45:23 +0100 +Subject: [PATCH] new 'array_column' function + +--- + PHP/CompatInfo/Reference/standard.php | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/PHP/CompatInfo/Reference/standard.php b/PHP/CompatInfo/Reference/standard.php +index 68cbc66..5762d01 100644 +--- a/PHP/CompatInfo/Reference/standard.php ++++ b/PHP/CompatInfo/Reference/standard.php +@@ -756,6 +756,7 @@ public function getFunctions($extension = null, $version = null, $condition = nu + 'password_hash' => array('5.5.0-dev', ''), + 'password_needs_rehash' => array('5.5.0-dev', ''), + 'password_verify' => array('5.5.0-dev', ''), ++ 'array_column' => array('5.5.0-dev', ''), + ); + $this->applyFilter($release, $items, $functions); + +-- +1.8.1.5 + -- cgit