summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8b5f0f6aa4..03b36431d5 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP NEWS
- Core:
. Fixed bug #72598 (Reference is lost after array_slice()) (Nikita)
+- COM:
+ . Fixed bug #72922 (COM called from PHP does not return out parameters).
+ (Anatol)
+
-GD:
. Fixed bug #66005 (imagecopy does not support 1bit transparency on truecolor
images). (cmb)