summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-30 12:07:51 +0200
committerAnatol Belski <ab@php.net>2016-08-30 12:07:51 +0200
commit191ff3d995036f805c1eeb6360dabc971db8ab2c (patch)
treeb2bfbdde7416de4e2a7db422aa9b412569441d05
parent62d5bfb5277dd84e1a185c567982f2196cd19437 (diff)
downloadphp-git-191ff3d995036f805c1eeb6360dabc971db8ab2c.tar.gz
sync NEWS
-rw-r--r--NEWS4
1 files changed, 1 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5e7c69085e..74903d780b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016 PHP 7.0.11
+01 Sep 2016 PHP 7.0.11
- Core:
. Fixed bug #72944 (Null pointer deref in zval_delref_p). (Dmitry)
@@ -85,8 +85,6 @@ PHP NEWS
. Fixed bug #72278 (getimagesize returning FALSE on valid jpg). (cmb)
. Fixed bug #65550 (get_browser() incorrectly parses entries with "+" sign).
(cmb)
- . Fixed bug #71882 (Negative ftruncate() on php://memory exhausts memory).
- (cmb)
- Streams:
. Fixed bug #72853 (stream_set_blocking doesn't work). (Laruence)