From abb0c22310497748b002fc7222efa6fa4df4ca22 Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Wed, 8 Sep 2021 08:41:10 +0900 Subject: [PATCH] Deleted old PHP 5.3 -> 5.4 tiger hash compatibility example. (#926) --- reference/hash/functions/hash.xml | 40 ------------------------------- 1 file changed, 40 deletions(-) diff --git a/reference/hash/functions/hash.xml b/reference/hash/functions/hash.xml index d8c7b08117..1205ac0e8a 100644 --- a/reference/hash/functions/hash.xml +++ b/reference/hash/functions/hash.xml @@ -73,46 +73,6 @@ echo hash('ripemd160', 'The quick brown fox jumped over the lazy dog.'); - - - - - - Calculate pre PHP-5.4 tiger hashes with PHP-5.4 and higher - - -]]> - - &example.outputs.53; - - - - &example.outputs.54; - -