1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- 05 Jan 2017 PHP 7.0.15RC1
3
+ 19 Jan 2017 PHP 7.0.15
4
4
5
5
- Core:
6
6
. Fixed bug #73792 (invalid foreach loop hangs script). (Dmitry)
@@ -9,6 +9,15 @@ PHP NEWS
9
9
. Fixed bug #73585 (Logging of "Internal Zend error - Missing class
10
10
information" missing class name). (Laruence)
11
11
. Fixed bug #73753 (unserialized array pointer not advancing). (David Walker)
12
+ . Fixed bug #73825 (Heap out of bounds read on unserialize in
13
+ finish_nested_data()). (Stas)
14
+ . Fixed bug #73831 (NULL Pointer Dereference while unserialize php object).
15
+ (Stas)
16
+ . Fixed bug #73832 (Use of uninitialized memory in unserialize()). (Stas)
17
+ . Fixed bug #73092 (Unserialize use-after-free when resizing object's
18
+ properties hash table). (Nikita)
19
+ . Fixed bug #69425 (Use After Free in unserialize()). (Nikita)
20
+ . Fixed bug #72731 (Type Confusion in Object Deserialization). (Nikita)
12
21
13
22
- COM:
14
23
. Fixed bug #73679 (DOTNET read access violation using invalid codepage).
@@ -17,6 +26,17 @@ PHP NEWS
17
26
- DOM:
18
27
. Fixed bug #67474 (getElementsByTagNameNS filter on default ns). (aboks)
19
28
29
+ - EXIF:
30
+ . Bug bug #73737 (FPE when parsing a tag format). (Stas)
31
+
32
+ - GD:
33
+ . Fixed bug #73869 (Signed Integer Overflow gd_io.c). (cmb)
34
+ . Fixed bug #73868 (DOS vulnerability in gdImageCreateFromGd2Ctx()). (cmb)
35
+
36
+ - GMP:
37
+ . Fixed bug #70513 (GMP Deserialization Type Confusion Vulnerability).
38
+ (Nikita)
39
+
20
40
- Mysqli:
21
41
. Fixed bug #73462 (Persistent connections don't set $connect_errno).
22
42
(darkain)
@@ -34,9 +54,10 @@ PHP NEWS
34
54
. Fixed bug #72931 (PDO_FIREBIRD with Firebird 3.0 not work on returning
35
55
statement). (Dorin Marcoci)
36
56
37
- - Streams:
38
- . Fixed bug #73586 (php_user_filter::$stream is not set to the stream the
39
- filter is working on). (Dmitry)
57
+ - Phar:
58
+ . Fixed bug #73773 (Seg fault when loading hostile phar). (Stas)
59
+ . Fixed bug #73768 (Memory corruption when loading hostile phar). (Stas)
60
+ . Fixed bug #73764 (Crash while loading hostile phar archive). (Stas)
40
61
41
62
- Phpdbg:
42
63
. Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup).
@@ -47,6 +68,10 @@ PHP NEWS
47
68
- Reflection:
48
69
. Fixed bug #46103 (ReflectionObject memory leak). (Nikita)
49
70
71
+ - Streams:
72
+ . Fixed bug #73586 (php_user_filter::$stream is not set to the stream the
73
+ filter is working on). (Dmitry)
74
+
50
75
- SQLite3:
51
76
. Reverted fix for bug #73530 (Unsetting result set may reset other result
52
77
set). (cmb)
0 commit comments