summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-09-28 01:07:38 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-09-28 01:07:38 +0200
commitfef88b34e7016ef9190fdec7adc45abbffa13170 (patch)
treed915c34c78cd2a35f1e0707b733241165efd3097
parentc82e21619eb0644221a166c1179bed0f08c2f640 (diff)
downloadphp-git-fef88b34e7016ef9190fdec7adc45abbffa13170.tar.gz
Add NEWS entry for #70533 (credits to Anatol)
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 751a109585..b0def68a6f 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,8 @@ PHP NEWS
. Fixed bug #70532 (phpdbg must respect set_exception_handler). (Bob)
. Fixed bug #70531 (Run and quit mode (-qrr) should not fallback to
interactive mode). (Bob)
+ . Fixed bug #70533 (Help overview (-h) does not rpint anything under Windows).
+ (Anatol)
- Session:
. Fixed bug #70529 (Session read causes "String is not zero-terminated" error).