Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion reference/hash/functions/hash-hmac-file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
<entry>
Now throws a <classname>ValueError</classname> exception if
<parameter>algo</parameter> is unknown or is a non-cryptographic hash
function; previously, &false; was returned instead.
function; previously, &false; was returned
and an <constant>E_WARNING</constant> message was emitted.
</entry>
</row>
<row>
Expand Down
3 changes: 2 additions & 1 deletion reference/hash/functions/hash-hmac.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
<entry>
Now throws a <classname>ValueError</classname> exception if
<parameter>algo</parameter> is unknown or is a
non-cryptographic hash function; previously, &false; was returned instead.
non-cryptographic hash function; previously, &false; was returned
and an <constant>E_WARNING</constant> message was emitted.
</entry>
</row>
<row>
Expand Down
3 changes: 2 additions & 1 deletion reference/hash/functions/hash.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
<entry>8.0.0</entry>
<entry>
<function>hash</function> now throws a <classname>ValueError</classname> exception
if <parameter>algo</parameter> is unknown; previously, &false; was returned instead.
if <parameter>algo</parameter> is unknown; previously, &false; was returned
and an <constant>E_WARNING</constant> message was emitted.
</entry>
</row>
</tbody>
Expand Down