summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-10-09 12:36:40 +0200
committerAnatol Belski <ab@php.net>2015-10-09 12:36:40 +0200
commitbe09d1c262aa840658aebc0e622fbd1f62d0c12d (patch)
tree7a803fbcb065aefdae50c8f7bb9b07c70397ee8a
parentd4683903533ee42b53ac049648d0dcf47a39e3a8 (diff)
downloadphp-git-be09d1c262aa840658aebc0e622fbd1f62d0c12d.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index abf828e4eb..5cf236fb2b 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ PHP NEWS
. Fixed bug #70625 (mcrypt_encrypt() won't return data when no IV was
specified under RC4). (Nikita)
+- Opcache:
+ . Fixed compatibility with Windows 10 (see also bug #70652). (Anatol)
+
- Phpdbg:
. Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions). (Bob)