You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/v2/validators/file/crc32.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,8 @@ contents matches the supplied crc32 hash(es). It is subclassed from the [Hash
5
5
validator](hash.md) to provide a validator that only supports the `crc32`
6
6
algorithm.
7
7
8
-
> ### Requires the hash extension
9
-
>
10
-
> This validator requires the PHP [Hash extension](http://php.net/hash) with the
11
-
> `crc32` algorithm.
8
+
MISSING: **Requires the hash extension**
9
+
This validator requires the PHP [Hash extension](http://php.net/hash) with the `crc32` algorithm.
Copy file name to clipboardExpand all lines: docs/book/v2/validators/file/hash.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,9 @@
3
3
`Laminas\Validator\File\Hash` allows you to validate if a given file's hashed
4
4
contents matches the supplied hash(es) and algorithm(s).
5
5
6
-
> ### Requires the hash extension
7
-
>
8
-
> This validator requires the PHP [Hash extension](http://php.net/hash). A list
9
-
> of supported hash algorithms can be found with the
This validator requires the PHP [Hash extension](http://php.net/hash)
8
+
A list of supported hash algorithms can be found with the [hash_algos() function](http://php.net/hash_algos).
Copy file name to clipboardExpand all lines: docs/book/v2/validators/file/md5.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,8 @@ contents matches the supplied md5 hash(es). It is subclassed from the
5
5
[Hash validator](hash.md) to provide a validator that supports only the MD5
6
6
algorithm.
7
7
8
-
> ### Requires the hash extension
9
-
>
10
-
> This validator requires the PHP [Hash extension](http://php.net/hash) PHP with
11
-
> the `md5` algorithm.
8
+
MISSING: **Requires the hash extension**
9
+
This validator requires the PHP [Hash extension](http://php.net/hash) with the `md5` algorithm.
Copy file name to clipboardExpand all lines: docs/book/v2/validators/file/sha1.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,8 @@ contents matches the supplied sha1 hash(es). It is subclassed from the
5
5
[Hash validator](hash.md) to provide a validator that only supports the `sha1`
6
6
algorithm.
7
7
8
-
> ### Requires the hash extension
9
-
>
10
-
> This validator requires the PHP [Hash extension](http://php.net/hash) with the
11
-
> `sha1` algorithm.
8
+
MISSING: **Requires the hash extension**
9
+
This validator requires the PHP [Hash extension](http://php.net/hash) with the `sha1` algorithm.
0 commit comments