diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-26 11:24:36 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-26 11:24:36 +0200 |
commit | dfb3914823d97b63bff53afd7ec05b358ce6823a (patch) | |
tree | 04ac045b388af4629011ba82da88921199e0ed86 /0002-hash-reference-for-php-5.5.patch | |
parent | 96f12ac79a75554e18147268371082a9850729a2 (diff) |
php-bartlett-PHP-CompatInfo: 2.18.0 (PHP 5.5 support)
Diffstat (limited to '0002-hash-reference-for-php-5.5.patch')
-rw-r--r-- | 0002-hash-reference-for-php-5.5.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/0002-hash-reference-for-php-5.5.patch b/0002-hash-reference-for-php-5.5.patch deleted file mode 100644 index 779dc5f..0000000 --- a/0002-hash-reference-for-php-5.5.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 723084d34270773b434740c9ca4fabd1a99ffa26 Mon Sep 17 00:00:00 2001 -From: Remi Collet <fedora@famillecollet.com> -Date: Sat, 1 Dec 2012 18:26:57 +0100 -Subject: [PATCH 02/17] hash reference for php 5.5 - ---- - PHP/CompatInfo/Reference/hash.php | 6 ++++++ - 1 file changed, 6 insertions(+) - -diff --git a/PHP/CompatInfo/Reference/hash.php b/PHP/CompatInfo/Reference/hash.php -index 616af0b..1f44f63 100644 ---- a/PHP/CompatInfo/Reference/hash.php -+++ b/PHP/CompatInfo/Reference/hash.php -@@ -120,6 +120,12 @@ class PHP_CompatInfo_Reference_Hash - ); - $this->applyFilter($release, $items, $functions); - -+ $release = '5.5.0'; // soon -+ $items = array( -+ 'hash_pbkdf2' => array('5.5.0-dev', ''), -+ ); -+ $this->applyFilter($release, $items, $functions); -+ - return $functions; - } - --- -1.7.11.7 - |