File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ PHP NEWS
6
6
. Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
7
7
(patch by
[email protected] , Laruence)
8
8
9
-
10
- ?? ??? 2013, PHP 5.3.22
11
-
12
- ## DON'T ADD ENTRIES TO THIS SECTION - TALK TO RM FOR MERGES
9
+ 21 Feb 2013, PHP 5.3.22
13
10
14
11
- Zend Engine:
15
12
. Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes)
@@ -26,6 +23,11 @@ PHP NEWS
26
23
- FPM:
27
24
. Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
28
25
26
+ - SOAP
27
+ . Added check that soap.wsdl_cache_dir conforms to open_basedir
28
+ (CVE-2013-1635). (Dmitry)
29
+ . Disabled external entities loading (CVE-2013-1643). (Dmitry)
30
+
29
31
- SPL:
30
32
. Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). (Nikita Popov)
31
33
You can’t perform that action at this time.
0 commit comments