1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- 02 Apr 2015, PHP 5.5.24RC1
3
+ 16 Apr 2015, PHP 5.5.24
4
+
5
+ - Apache2handler:
6
+ . Fixed bug #69218 (potential remote code execution with apache 2.4
7
+ apache2handler). (Gerrit Venema)
4
8
5
9
- Core:
6
10
. Fixed bug #66609 (php crashes with __get() and ++ operator in some cases).
@@ -12,13 +16,21 @@ PHP NEWS
12
16
. Fixed bug #68917 (parse_url fails on some partial urls). (Wei Dai)
13
17
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
14
18
configuration options). (Anatol Belski)
19
+ . Additional fix for bug #69152 (Type confusion vulnerability in
20
+ exception::getTraceAsString). (Stas)
15
21
. Fixed bug #69212 (Leaking VIA_HANDLER func when exception thrown in
16
22
__call/... arg passing). (Nikita)
17
23
. Fixed bug #69221 (Segmentation fault when using a generator in combination
18
24
with an Iterator). (Nikita)
25
+ . Fixed bug #69337 (php_stream_url_wrap_http_ex() type-confusion
26
+ vulnerability). (Stas)
27
+ . Fixed bug #69353 (Missing null byte checks for paths in various PHP
28
+ extensions). (Stas)
19
29
20
30
- Curl:
21
31
. Implemented FR#69278 (HTTP2 support). (Masaki Kagaya)
32
+ . Fixed bug #69316 (Use-after-free in php_curl related to
33
+ CURLOPT_FILE/_INFILE/_WRITEHEADER). (Laruence)
22
34
23
35
- Date:
24
36
. Export date_get_immutable_ce so that it can be used by extensions. (Derick
@@ -29,6 +41,10 @@ PHP NEWS
29
41
. Fixed bug #65406 (Enchant broker plugins are in the wrong place in windows
30
42
builds). (Anatol)
31
43
44
+ - Fileinfo:
45
+ . Fixed bug #68819 (Fileinfo on specific file causes spurious OOM and/or
46
+ segfault). (Anatol Belski)
47
+
32
48
- Filter:
33
49
. Fixed bug #69202 (FILTER_FLAG_STRIP_BACKTICK ignored unless other
34
50
flags are used). (Jeff Welch)
@@ -39,6 +55,10 @@ PHP NEWS
39
55
. Fixed bug #68846 (False detection of CJK Unified Ideographs Extension E).
40
56
(Masaki Kagaya)
41
57
58
+ - OPCache
59
+ . Fixed bug #68677 (Use After Free). (CVE-2015-1351) (Laruence)
60
+ . Fixed bug #69281 (opcache_is_script_cached no longer works). (danack)
61
+
42
62
- OpenSSL:
43
63
. Fixed bug #67403 (Add signatureType to openssl_x509_parse).
44
64
. Add a check for RAND_egd to allow compiling against LibreSSL (Leigh)
@@ -50,6 +70,9 @@ PHP NEWS
50
70
. Fixed bug #65467 (Call to undefined method cli_arg_typ_string). (Mike)
51
71
. Fixed bug #67761 (Phar::mapPhar fails for Phars inside a path containing
52
72
".tar"). (Mike)
73
+ . Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar). (Stas)
74
+ . Fixed bug #69441 (Buffer Overflow when parsing tar/zip/phar in
75
+ phar_set_inode). (Stas)
53
76
54
77
- Postgres:
55
78
. Fixed bug #68741 (Null pointer dereference). (CVE-2015-1352) (Laruence)
0 commit comments