summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-11-19 17:28:15 +0100
committerAnatol Belski <ab@php.net>2015-11-19 17:28:15 +0100
commitda8d01316c1384840628e38f048a18263e546799 (patch)
tree1c9ef36de060a2d11e730c9c00dda1b4298df2f7
parent0e2d72560af686204e12cf55a7e49240d8a2a9e0 (diff)
downloadphp-git-da8d01316c1384840628e38f048a18263e546799.tar.gz
add things merged so far to NEWS
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 506013b866..41fab14a78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,25 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+???
+
+- Core:
+ . Fixed bug #70914 (zend_throw_or_error() format string vulnerability).
+ (Taoguang Chen)
+ . Fixed bug #70912 (Null ptr dereference instantiating class with invalid
+ array property). (Laruence)
+ . Fixed bug #70895, #70898 (null ptr deref and segfault with crafted calable).
+ (Anatol, Laruence)
+
+- OCI8:
+ . Fixed memory leak with LOBs. (Senthil)
+
+- SOAP:
+ . Fixed bug #70940 (Segfault in soap / type_to_string). (Remi)
+ . Fixed bug #70900 (SoapClient systematic out of memory error). (Dmitry)
+
+- Standard:
+ . Fixed bug #70910 (extract() breaks variable references). (Laruence)
+
12 Nov 2015, PHP 7.0.0 RC 7
- Core: