We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a93c1 commit 5d70165Copy full SHA for 5d70165
NEWS
@@ -32,6 +32,14 @@ PHP NEWS
32
. Fixed bug #66430 (ReflectionFunction::invoke does not invoke closure with
33
object scope). (Nikita)
34
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
+
43
- Standard:
44
. Fixed bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace).
45
(Pierrick)
0 commit comments