File tree Expand file tree Collapse file tree 1 file changed +30
-17
lines changed Expand file tree Collapse file tree 1 file changed +30
-17
lines changed Original file line number Diff line number Diff line change 38
38
</row >
39
39
</thead >
40
40
<tbody >
41
+ <row >
42
+ <entry >8.1.0</entry >
43
+ <entry >
44
+ Support for MurmurHash3 and xxHash algorithms has been added.
45
+ </entry >
46
+ </row >
41
47
<row >
42
48
<entry >7.4.0</entry >
43
49
<entry >
56
62
</informaltable >
57
63
</para >
58
64
</refsect1 ><!-- }}} -->
59
-
65
+
60
66
<refsect1 role =" examples" >
61
67
&reftitle.examples;
62
68
<para >
63
69
<example >
64
70
<title ><function >hash_algos</function > example</title >
65
71
<para >
66
- As of PHP 7.4 .0, <function >hash_algos</function > will return the
72
+ As of PHP 8.1 .0, <function >hash_algos</function > will return the
67
73
following list of algorithm names.
68
74
</para >
69
75
<programlisting role =" php" >
@@ -116,21 +122,28 @@ Array
116
122
[35] => fnv164
117
123
[36] => fnv1a64
118
124
[37] => joaat
119
- [38] => haval128,3
120
- [39] => haval160,3
121
- [40] => haval192,3
122
- [41] => haval224,3
123
- [42] => haval256,3
124
- [43] => haval128,4
125
- [44] => haval160,4
126
- [45] => haval192,4
127
- [46] => haval224,4
128
- [47] => haval256,4
129
- [48] => haval128,5
130
- [49] => haval160,5
131
- [50] => haval192,5
132
- [51] => haval224,5
133
- [52] => haval256,5
125
+ [38] => murmur3a
126
+ [39] => murmur3c
127
+ [40] => murmur3f
128
+ [41] => xxh32
129
+ [42] => xxh64
130
+ [43] => xxh3
131
+ [44] => xxh128
132
+ [45] => haval128,3
133
+ [46] => haval160,3
134
+ [47] => haval192,3
135
+ [48] => haval224,3
136
+ [49] => haval256,3
137
+ [50] => haval128,4
138
+ [51] => haval160,4
139
+ [52] => haval192,4
140
+ [53] => haval224,4
141
+ [54] => haval256,4
142
+ [55] => haval128,5
143
+ [56] => haval160,5
144
+ [57] => haval192,5
145
+ [58] => haval224,5
146
+ [59] => haval256,5
134
147
)
135
148
]]>
136
149
</screen >
You can’t perform that action at this time.
0 commit comments