summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-02-20 11:52:37 +0100
committerJohannes Schlüter <johannes@php.net>2013-02-20 11:52:37 +0100
commit13616e8856076ee7bd3d661fd492326565ae48ff (patch)
tree0849d27d79e181b275e65ab2bbb557d42cdbee4a /NEWS
parent229edf4f3d76bb34637f87b24240631c013ab79e (diff)
downloadphp-git-13616e8856076ee7bd3d661fd492326565ae48ff.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 6 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index eecff89673..1edac3ebed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-14 Feb 2013, PHP 5.3.22RC2
-- SOAP
- . Added check that soap.wsdl_cache_dir conforms to open_basedir
- (CVE-2013-1635). (Dmitry)
- . Disabled external entities loading (CVE-2013-1643). (Dmitry)
-
-31 Jan 2013, PHP 5.3.22RC1
+21 Feb 2013, PHP 5.3.22
- Zend Engine:
. Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes)
@@ -23,6 +17,11 @@ PHP NEWS
- FPM:
. Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
+- SOAP
+ . Added check that soap.wsdl_cache_dir conforms to open_basedir
+ (CVE-2013-1635). (Dmitry)
+ . Disabled external entities loading (CVE-2013-1643). (Dmitry)
+
- SPL:
. Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). (Nikita Popov)