@@ -64,13 +64,29 @@ PHP NEWS
64
64
. Fixed bug #68166 (Exception with invalid character causes segv). (Rasmus)
65
65
. Fixed bug #69141 (Missing arguments in reflection info for some builtin
66
66
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)
67
77
68
78
- cURL:
69
79
. Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on
70
80
Win32). (Grant Pannell)
71
81
. Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported
72
82
by libcurl. (Linus Unneback)
73
83
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
+
74
90
- ODBC:
75
91
. Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
76
92
@@ -101,14 +117,9 @@ PHP NEWS
101
117
. Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after
102
118
calling getChildren()). (Julien)
103
119
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)
112
123
113
124
19 Feb 2015, PHP 5.5.22
114
125
0 commit comments