Skip to content

Commit 4c3575f

Browse files
committed
merge NEWS entries
1 parent 10d2b26 commit 4c3575f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ PHP NEWS
6363
- FPM
6464
. Fixed bug #61812 (Uninitialised value used in libmagic).
6565
(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)
6670

6771
- Libxml:
6872
. Fixed bug #61617 (Libxml tests failed(ht is already destroyed)).
@@ -652,6 +656,14 @@ PHP NEWS
652656
. Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression).
653657
(Mike)
654658

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+
655667
26 Apr 2012, PHP 5.3.11
656668

657669
- Core:

0 commit comments

Comments
 (0)