diff --git a/reference/hash/functions/hash-copy.xml b/reference/hash/functions/hash-copy.xml index 0771f8224c..ab1d1c67a2 100644 --- a/reference/hash/functions/hash-copy.xml +++ b/reference/hash/functions/hash-copy.xml @@ -8,8 +8,8 @@ &reftitle.description; - resourcehash_copy - resourcecontext + HashContexthash_copy + HashContextcontext @@ -32,10 +32,34 @@ &reftitle.returnvalues; - Returns a copy of Hashing Context resource. + Returns a copy of Hashing Context. + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 7.2.0 + + Accept and return HashContext instead of resource. + + + + + + + + &reftitle.examples; diff --git a/reference/hash/functions/hash-final.xml b/reference/hash/functions/hash-final.xml index 5405843dc1..2aba5533e5 100644 --- a/reference/hash/functions/hash-final.xml +++ b/reference/hash/functions/hash-final.xml @@ -9,7 +9,7 @@ &reftitle.description; stringhash_final - resourcecontext + HashContextcontext boolraw_output&false; @@ -48,6 +48,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 7.2.0 + + Accept HashContext instead of resource. + + + + + + + + &reftitle.examples; diff --git a/reference/hash/functions/hash-init.xml b/reference/hash/functions/hash-init.xml index e2dda25d6b..78c5655f7b 100644 --- a/reference/hash/functions/hash-init.xml +++ b/reference/hash/functions/hash-init.xml @@ -9,7 +9,7 @@ &reftitle.description; - resourcehash_init + HashContexthash_init stringalgo intoptions0 stringkey&null; @@ -55,7 +55,7 @@ &reftitle.returnvalues; - Returns a Hashing Context resource for use with hash_update, + Returns a Hashing Context for use with hash_update, hash_update_stream, hash_update_file, and hash_final. @@ -77,6 +77,12 @@ 7.2.0 Usage of non-cryptographic hash functions (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) with HASH_HMAC was disabled. + + 7.2.0 + + Return HashContext instead of resource. + + diff --git a/reference/hash/functions/hash-update-file.xml b/reference/hash/functions/hash-update-file.xml index 42faead400..a6f7e0f2d6 100644 --- a/reference/hash/functions/hash-update-file.xml +++ b/reference/hash/functions/hash-update-file.xml @@ -9,7 +9,7 @@ &reftitle.description; boolhash_update_file - resourcehcontext + HashContexthcontext stringfilename resourcescontext&null; @@ -54,6 +54,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 7.2.0 + + Accept HashContext instead of resource. + + + + + + + + &reftitle.seealso; diff --git a/reference/hash/functions/hash-update-stream.xml b/reference/hash/functions/hash-update-stream.xml index 2f247ab837..a28672c24c 100644 --- a/reference/hash/functions/hash-update-stream.xml +++ b/reference/hash/functions/hash-update-stream.xml @@ -9,7 +9,7 @@ &reftitle.description; inthash_update_stream - resourcecontext + HashContextcontext resourcehandle intlength-1 @@ -55,6 +55,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 7.2.0 + + Accept HashContext instead of resource. + + + + + + + + &reftitle.examples; diff --git a/reference/hash/functions/hash-update.xml b/reference/hash/functions/hash-update.xml index dfe473709d..1ea1f9c95a 100644 --- a/reference/hash/functions/hash-update.xml +++ b/reference/hash/functions/hash-update.xml @@ -9,7 +9,7 @@ &reftitle.description; boolhash_update - resourcecontext + HashContextcontext stringdata @@ -45,6 +45,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 7.2.0 + + Accept HashContext instead of resource. + + + + + + + + &reftitle.seealso;