summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-25 12:14:33 +0200
committerAnatol Belski <ab@php.net>2016-08-25 12:14:33 +0200
commitcd5cab62884dfaf99e625718dd9b85c6818081c4 (patch)
tree819ec2baaf9ccf7d25ca289ec900848522234192
parentfe4fa1fadf1fab747159a53190d5f30501dc61ed (diff)
downloadphp-git-cd5cab62884dfaf99e625718dd9b85c6818081c4.tar.gz
update NEWS
-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)