summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-06-18 22:04:55 +0200
committerAnatol Belski <ab@php.net>2015-06-18 22:04:55 +0200
commit076a64524f701f18caaa5d14b3512bc1ff48c462 (patch)
treeab60ae101f27c0ba5d0845ecb589075c3fa4825b
parent918de41ec2ffb1bec3f0a1d9462daa437cc8be98 (diff)
downloadphp-git-076a64524f701f18caaa5d14b3512bc1ff48c462.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 13af3adfc8..de38b7fe00 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,8 @@ PHP NEWS
fault). (Christoph M. Becker)
. Fixed bug #69781 (phpinfo() reports Professional Editions of Windows
7/8/8.1/10 as "Business"). (Christian Wenz)
+ . Fixes bug #69835 (phpinfo() does not report many Windows SKUs).
+ (Christian Wenz)
- GD:
. Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)