summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-03-14 18:07:03 +0100
committerJohannes Schlüter <johannes@php.net>2013-03-14 18:07:03 +0100
commit575aeb37d0f4ce2b5ba9157884a19b8270ae07e3 (patch)
tree3741a35592c08b9a99e9db2441b083a61da9bc22 /NEWS
parent8f533d2dfd1f029b5d1a811fdeac753a4dc0a7a2 (diff)
downloadphp-git-php-5.3.23.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5f19e6da3e..a03138a264 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-28 Feb 2013, PHP 5.3.23RC1
+14 Mar 2013, PHP 5.3.23
+
+- SOAP
+ . Improved check that soap.wsdl_cache_dir conforms to open_basedir (Dmitry)
+ . Disabled external entities loading. (Dmitry)
- SPL:
. Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)