summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8e02a29ff2..2ab4d99a60 100644
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,10 @@ PHP NEWS
. Added intdiv() function. (Andrea)
. Improved precision of log() function for base 2 and 10. (Marc Bennewitz)
+- Streams:
+ . Fixed bug #68532 (convert.base64-encode omits padding bytes).
+ (blaesius at krumedia dot de)
+
- XSL:
. Fixed bug #64776 (The XSLT extension is not thread safe). (Mike)