File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ PHP NEWS
63
63
- FPM
64
64
. Fixed bug #61812 (Uninitialised value used in libmagic).
65
65
(Laruence, Gustavo)
66
+ . Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a
67
+ directory descriptor under windows. (Anatoliy)
68
+ . Fixed bug #61566 failure caused by the posix lseek and read versions
69
+ under windows in cdf_read(). (Anatoliy)
66
70
67
71
- Libxml:
68
72
. Fixed bug #61617 (Libxml tests failed(ht is already destroyed)).
@@ -652,6 +656,14 @@ PHP NEWS
652
656
. Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression).
653
657
(Mike)
654
658
659
+ 08 May 2012, PHP 5.3.13
660
+ - CGI
661
+ . Improve fix for PHP-CGI query string parameter vulnerability, CVE-2012-2311.
662
+ (Stas)
663
+
664
+ 03 May 2012, PHP 5.3.12
665
+ - Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823. (Rasmus)
666
+
655
667
26 Apr 2012, PHP 5.3.11
656
668
657
669
- Core:
You can’t perform that action at this time.
0 commit comments