From: Anatol Belski Date: Thu, 25 Aug 2016 10:14:33 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0RC1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd5cab62884dfaf99e625718dd9b85c6818081c4;p=php update NEWS --- 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)