summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2015-11-19 08:19:04 +0100
committerRemi Collet <remi@php.net>2015-11-19 08:19:04 +0100
commit1bd22e8e65776e60b6637011d7f103fcd371b911 (patch)
treeeed7b7b0051bcdf16fbdafec5c1659e58f526659
parent6680c2b22edc635ae7a2ff26f0c2fe0990d2d1fe (diff)
downloadphp-git-1bd22e8e65776e60b6637011d7f103fcd371b911.tar.gz
NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f126bbe76f..b596ae6e46 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ PHP NEWS
- SOAP:
. Fixed bug #70900 (SoapClient systematic out of memory error). (Dmitry)
+ . Fixed bug #70940 (Segfault in soep / type_to_strin). (Remi)
- Standard:
. Fixed bug #70910 (extract() breaks variable references). (Laruence)