Skip to content

Commit b7f46f8

Browse files
committed
serialization still broken on 32bit
1 parent 8762e32 commit b7f46f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/hash/tests/hash_serialize_001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function not_serializable(string $algo)
4444
return in_array($algo, [
4545
"xxh3",
4646
"xxh128",
47+
"blake3", // todo: blake3 can be seralized but it's not implemented yet
4748
], true);
4849
}
4950

0 commit comments

Comments
 (0)