summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 454c97da4a..1b591f9412 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.26
+01 Sep 2016, PHP 5.6.26RC1
- Core:
. Fixed bug #72907 (null pointer deref, segfault in gc_remove_zval_from_buffer
@@ -14,9 +14,6 @@ PHP NEWS
. Fixed bug #70825 (Cannot fetch multiple values with group in ini file).
(cmb)
-- Streams:
- . Fixed bug #72853 (stream_set_blocking doesn't work). (Laruence)
-
- FTP:
. Fixed bug #70195 (Cannot upload file using ftp_put to FTPES with
require_ssl_reuse). (Benedict Singer)
@@ -54,6 +51,9 @@ PHP NEWS
. Fixed bug #71882 (Negative ftruncate() on php://memory exhausts memory).
(cmb)
+- Streams:
+ . Fixed bug #72853 (stream_set_blocking doesn't work). (Laruence)
+
- XML:
. Fixed bug #72085 (SEGV on unknown address zif_xml_parse). (cmb)