diff options
| author | Anatol Belski <ab@php.net> | 2015-11-19 17:28:15 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2015-11-19 17:28:15 +0100 |
| commit | da8d01316c1384840628e38f048a18263e546799 (patch) | |
| tree | 1c9ef36de060a2d11e730c9c00dda1b4298df2f7 | |
| parent | 0e2d72560af686204e12cf55a7e49240d8a2a9e0 (diff) | |
| download | php-git-da8d01316c1384840628e38f048a18263e546799.tar.gz | |
add things merged so far to NEWS
| -rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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: |
