diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-09-28 01:07:38 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-09-28 01:07:38 +0200 |
commit | fef88b34e7016ef9190fdec7adc45abbffa13170 (patch) | |
tree | d915c34c78cd2a35f1e0707b733241165efd3097 | |
parent | c82e21619eb0644221a166c1179bed0f08c2f640 (diff) | |
download | php-git-fef88b34e7016ef9190fdec7adc45abbffa13170.tar.gz |
Add NEWS entry for #70533 (credits to Anatol)
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |