From df1f70180454483dfde9e6e5f604162625ff2ca1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Nov 2017 07:06:20 +0100 Subject: switch --- php-zendframework-zend-math-pr24.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 php-zendframework-zend-math-pr24.patch (limited to 'php-zendframework-zend-math-pr24.patch') diff --git a/php-zendframework-zend-math-pr24.patch b/php-zendframework-zend-math-pr24.patch deleted file mode 100644 index 15db9cb..0000000 --- a/php-zendframework-zend-math-pr24.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 16291e8a59c5791518eaaa7007e024ff2baed788 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Thu, 15 Sep 2016 15:09:10 +0200 -Subject: [PATCH] fix #23 missing method in HashTiming (RandomLib 1.2) - ---- - Source/HashTiming.php | 11 +++++++++++ - 1 file changed, 11 insertions(+) - -diff --git a/Source/HashTiming.php b/Source/HashTiming.php -index a50ce43..63d2894 100644 ---- a/Source/HashTiming.php -+++ b/Source/HashTiming.php -@@ -62,6 +62,17 @@ public static function getStrength() - } - - /** -+ * If the source is currently available. -+ * Reasons might be because the library is not installed -+ * -+ * @return bool -+ */ -+ public static function isSupported() -+ { -+ return true; -+ } -+ -+ /** - * Generate a random string of the specified size - * - * @param int $size The size of the requested random string -- cgit