summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-11 13:19:17 +0200
committerAnatol Belski <ab@php.net>2016-09-11 13:19:17 +0200
commit1b2007dadac169409ce81eec355826749b9d80e9 (patch)
tree39b99ae9720429950edc191696fb1945c8d10aff
parent65bf5e88c797147c015e78f95c665ad016e50713 (diff)
downloadphp-git-1b2007dadac169409ce81eec355826749b9d80e9.tar.gz
sync NEWS
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6dde704ce3..c18f475331 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-01 Sep 2016 PHP 7.0.11RC1
+15 Sep 2016 PHP 7.0.11
- Core:
. Fixed bug #72944 (Null pointer deref in zval_delref_p). (Dmitry)
@@ -11,8 +11,6 @@ PHP NEWS
(Nikita)
. Fixed bug #72854 (PHP Crashes on duplicate destructor call). (Nikita)
. Fixed bug #72857 (stream_socket_recvfrom read access violation). (Anatol)
- . Fixed bug #72703 (Out of bounds global memory read in BF_crypt triggered by
- password_verify). (Anatol)
- COM:
. Fixed bug #72922 (COM called from PHP does not return out parameters).
@@ -92,6 +90,8 @@ PHP NEWS
. Fixed bug #72853 (stream_set_blocking doesn't work). (Laruence)
. Fixed bug #72764 (ftps:// opendir wrapper data channel encryption fails
with IIS FTP 7.5, 8.5). (vhuk)
+ . Fixed bug #71882 (Negative ftruncate() on php://memory exhausts memory).
+ (cmb)
- Sysvshm:
. Fixed bug #72858 (shm_attach null dereference). (Anatol)