summaryrefslogtreecommitdiff
path: root/ext/hash
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-13 14:17:28 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-13 14:17:28 +0200
commit37c329d7153b65fd2430fa42e8af8e8a0cbc0a41 (patch)
tree7041c722228f74286b96c50fc834652f0c29156f /ext/hash
parent6c2c7dabee006fa735307d92bb223a1fa3d47414 (diff)
downloadphp-git-37c329d7153b65fd2430fa42e8af8e8a0cbc0a41.tar.gz
Trim trailing whitespace in source code files
Diffstat (limited to 'ext/hash')
-rw-r--r--ext/hash/README2
-rwxr-xr-xext/hash/bench.php2
-rw-r--r--ext/hash/config.w322
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/hash/README b/ext/hash/README
index 97eb206d02..8c01afa6b1 100644
--- a/ext/hash/README
+++ b/ext/hash/README
@@ -15,5 +15,5 @@ $context = hash_init($algoname);
hash_update($context, $message);
$digest = hash_final($context);
-hash(), hash_file(), and hash_final() each support an optional boolean parameter $raw_output which behaves in the same
+hash(), hash_file(), and hash_final() each support an optional boolean parameter $raw_output which behaves in the same
manner as sha1()'s optional parameter.
diff --git a/ext/hash/bench.php b/ext/hash/bench.php
index 4dd5723842..a1cc4bedd1 100755
--- a/ext/hash/bench.php
+++ b/ext/hash/bench.php
@@ -3,7 +3,7 @@
/*
This gives rather interesting results :)
-
+
Measures on a Notebook P4M-1.7 256MB Windows 2000:
sha1 0.556691
tiger160,3 0.774469
diff --git a/ext/hash/config.w32 b/ext/hash/config.w32
index db7d3b58e8..4a81060385 100644
--- a/ext/hash/config.w32
+++ b/ext/hash/config.w32
@@ -10,7 +10,7 @@ AC_DEFINE('HAVE_HASH_EXT', 1);
PHP_HASH = 'yes';
-EXTENSION('hash', 'hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c ' +
+EXTENSION('hash', 'hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c ' +
'hash_tiger.c hash_gost.c hash_snefru.c hash_whirlpool.c ' +
'hash_adler32.c hash_crc32.c hash_joaat.c hash_fnv.c ' +
'hash_sha3.c', false);