summaryrefslogtreecommitdiffstats
path: root/0025-array_column.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-06-26 11:24:36 +0200
committerRemi Collet <fedora@famillecollet.com>2013-06-26 11:24:36 +0200
commitdfb3914823d97b63bff53afd7ec05b358ce6823a (patch)
tree04ac045b388af4629011ba82da88921199e0ed86 /0025-array_column.patch
parent96f12ac79a75554e18147268371082a9850729a2 (diff)
php-bartlett-PHP-CompatInfo: 2.18.0 (PHP 5.5 support)
Diffstat (limited to '0025-array_column.patch')
-rw-r--r--0025-array_column.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/0025-array_column.patch b/0025-array_column.patch
deleted file mode 100644
index f7f5f6c..0000000
--- a/0025-array_column.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 77931f9c94a4cb639f62cf077ae7faaf701973a9 Mon Sep 17 00:00:00 2001
-From: Remi Collet <fedora@famillecollet.com>
-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
-