Skip to content

Commit 5d70165

Browse files
committed
[ci skip] Update NEWS
1 parent 82a93c1 commit 5d70165

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ PHP NEWS
3232
. Fixed bug #66430 (ReflectionFunction::invoke does not invoke closure with
3333
object scope). (Nikita)
3434

35+
- Sodium:
36+
. Some base64 outputs were truncated; this is not the case any more.
37+
(jedisct1)
38+
. block sizes >= 256 bytes are now supposed by sodium_pad() even
39+
when an old version of libsodium has been installed. (jedisct1)
40+
. Fixed bug #77008 (sodium_pad() could read (but not return nor write)
41+
uninitialized memory when trying to pad an empty input). (jedisct1)
42+
3543
- Standard:
3644
. Fixed bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace).
3745
(Pierrick)

0 commit comments

Comments
 (0)