summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Denis <github@pureftpd.org>2018-10-14 10:58:02 +0200
committerFrank Denis <github@pureftpd.org>2018-10-14 10:58:02 +0200
commit5d70165f632d8857f2e75975d5857fa29a68f3fc (patch)
treecbd69f3dd54ff9043bf7ea52f61d830f4f8ee21b
parent82a93c17943c510b0bf33904429d47fbb74d9fc2 (diff)
downloadphp-git-5d70165f632d8857f2e75975d5857fa29a68f3fc.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2c8ef3b33c..034976bff9 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,14 @@ PHP NEWS
. Fixed bug #66430 (ReflectionFunction::invoke does not invoke closure with
object scope). (Nikita)
+- Sodium:
+ . Some base64 outputs were truncated; this is not the case any more.
+ (jedisct1)
+ . block sizes >= 256 bytes are now supposed by sodium_pad() even
+ when an old version of libsodium has been installed. (jedisct1)
+ . Fixed bug #77008 (sodium_pad() could read (but not return nor write)
+ uninitialized memory when trying to pad an empty input). (jedisct1)
+
- Standard:
. Fixed bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace).
(Pierrick)