diff options
author | Anatol Belski <ab@php.net> | 2016-08-25 12:14:33 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-08-25 12:14:33 +0200 |
commit | cd5cab62884dfaf99e625718dd9b85c6818081c4 (patch) | |
tree | 819ec2baaf9ccf7d25ca289ec900848522234192 | |
parent | fe4fa1fadf1fab747159a53190d5f30501dc61ed (diff) | |
download | php-git-cd5cab62884dfaf99e625718dd9b85c6818081c4.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |