We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558c5db commit afc1debCopy full SHA for afc1deb
NEWS
@@ -6,10 +6,7 @@ PHP NEWS
6
. Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
7
(patch by kriss@krizalys.com, Laruence)
8
9
-
10
-?? ??? 2013, PHP 5.3.22
11
12
-## DON'T ADD ENTRIES TO THIS SECTION - TALK TO RM FOR MERGES
+21 Feb 2013, PHP 5.3.22
13
14
- Zend Engine:
15
. 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
+- SOAP
+ . Added check that soap.wsdl_cache_dir conforms to open_basedir
+ (CVE-2013-1635). (Dmitry)
29
+ . Disabled external entities loading (CVE-2013-1643). (Dmitry)
30
+
31
- SPL:
32
. Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). (Nikita Popov)
33
0 commit comments