Skip to content

Commit 5e4dd96

Browse files
author
Julien Pauli
committed
Updated NEWS
1 parent de0cee2 commit 5e4dd96

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

NEWS

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,29 @@ PHP NEWS
6464
. Fixed bug #68166 (Exception with invalid character causes segv). (Rasmus)
6565
. Fixed bug #69141 (Missing arguments in reflection info for some builtin
6666
functions). (kostyantyn dot lysyy at oracle dot com)
67+
. Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
68+
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
69+
configuration options). (Anatol Belski)
70+
. Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
71+
72+
- CGI:
73+
. Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)
74+
75+
- CLI:
76+
. Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)
6777

6878
- cURL:
6979
. Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on
7080
Win32). (Grant Pannell)
7181
. Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported
7282
by libcurl. (Linus Unneback)
7383

84+
- Ereg:
85+
. Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)
86+
87+
- FPM:
88+
. Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
89+
7490
- ODBC:
7591
. Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
7692

@@ -101,14 +117,9 @@ PHP NEWS
101117
. Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after
102118
calling getChildren()). (Julien)
103119

104-
- CGI:
105-
. Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)
106-
107-
- CLI:
108-
. Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)
109-
110-
- FPM:
111-
. Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
120+
- ZIP:
121+
. Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
122+
boundary) (CVE-2015-2331). (Stas)
112123

113124
19 Feb 2015, PHP 5.5.22
114125

0 commit comments

Comments
 (0)