@@ -40,13 +40,19 @@ PHP NEWS
40
40
. Fixed bug #61961 (file_get_contents leaks when access empty file with
41
41
maxlen set). (Reeze)
42
42
43
- (merge after 5.3.11 release)
43
+ 08 May 2012, PHP 5.3.13
44
+ - CGI
45
+ . Improve fix for PHP-CGI query string parameter vulnerability, CVE-2012-2311.
46
+ (Stas)
47
+
48
+ 03 May 2012, PHP 5.3.12
49
+ - Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823. (Rasmus)
50
+
51
+ 26 Apr 2012, PHP 5.3.11
44
52
45
53
- Core:
46
- . Fixed bug #61605 (header_remove() does not remove all headers).
47
- (Laruence)
48
- . Fixed bug #61541 (Segfault when using ob_* in output_callback).
49
-
54
+ . Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables
55
+ (without apache2)). (Laruence)
50
56
. Fixed bug #61273 (call_user_func_array with more than 16333 arguments
51
57
leaks / crashes). (Laruence)
52
58
. Fixed bug #61165 (Segfault - strip_tags()). (Laruence)
@@ -93,14 +99,17 @@ PHP NEWS
93
99
. Fixed bug #61172 (Add Apache 2.4 support). (Chris Jones)
94
100
95
101
- Fileinfo
102
+ . Upgraded libmagic to 5.11 (Pierre, Anatoliy)
103
+ . Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a
104
+ directory descriptor under windows. (Anatoliy)
105
+ . Fixed bug #61566 failure caused by the posix lseek and read versions
106
+ under windows in cdf_read(). (Anatoliy)
96
107
. Fixed bug #61173 (Unable to detect error from finfo constructor). (Gustavo)
97
108
98
109
- Firebird Database extension (ibase):
99
110
. Fixed bug #60802 (ibase_trans() gives segfault when passing params).
100
111
101
112
- Libxml:
102
- . Fixed bug #61617 (Libxml tests failed(ht is already destroyed)).
103
- (Laruence)
104
113
. Fixed bug #61367 (open_basedir bypass using libxml RSHUTDOWN).
105
114
(Tim Starling)
106
115
@@ -123,6 +132,10 @@ PHP NEWS
123
132
- PDO_Sqlite extension:
124
133
. Add createCollation support. (Damien)
125
134
135
+ - pgsql:
136
+ . Fixed bug #60718 (Compile problem with libpq (PostgreSQL 7.3 or less).
137
+ (Yasuo Ohgaki)
138
+
126
139
- Phar:
127
140
. Fixed bug #61184 (Phar::webPhar() generates headers with trailing NUL
128
141
bytes). (Nikic)
0 commit comments