summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2015-11-19 09:20:13 +0100
committerRemi Collet <remi@php.net>2015-11-19 09:20:13 +0100
commit77e9f2d6b1ca5c46a0edd537162b2d5bef10ba0a (patch)
tree01ac9aeedeaf742975892cb09a4026c7d28a4283
parent1bd22e8e65776e60b6637011d7f103fcd371b911 (diff)
downloadphp-git-77e9f2d6b1ca5c46a0edd537162b2d5bef10ba0a.tar.gz
typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b596ae6e46..e4739cb4c2 100644
--- a/NEWS
+++ b/NEWS
@@ -20,7 +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)
+ . Fixed bug #70940 (Segfault in soap / type_to_string). (Remi)
- Standard:
. Fixed bug #70910 (extract() breaks variable references). (Laruence)