File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- 27 Oct 2016, PHP 5.6.28RC1
3
+ 10 Nov 2016, PHP 5.6.28
4
4
5
5
- Core:
6
6
. Fixed bug #73337 (try/catch not working with two exceptions inside a same
7
7
operation). (Dmitry)
8
8
9
+ - Bz2:
10
+ . Fixed bug #73356 (crash in bzcompress function). (Stas)
11
+
9
12
-GD:
10
13
. Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb)
11
14
. Fixed bug #73272 (imagescale() is not affected by, but affects
12
15
imagesetinterpolation()). (cmb)
13
16
. Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb)
14
17
. Fixed bug #73280 (Stack Buffer Overflow in GD dynamicGetbuf). (cmb)
18
+ . Fixed bug #72482 (Illegal write/read access caused by gdImageAALine overflow).
19
+ (cmb)
20
+ . Fixed bug #72696 (imagefilltoborder stackoverflow on truecolor images). (cmb)
21
+
22
+ - Imap:
23
+ . Fixed bug #73418 (Integer Overflow in "_php_imap_mail" leads Heap Overflow).
24
+ (Anatol)
25
+
26
+ - SPL:
27
+ . Fixed bug #73144 (Use-after-free in ArrayObject Deserialization). (Stas)
15
28
16
29
- SOAP:
17
30
. Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol)
@@ -23,6 +36,10 @@ PHP NEWS
23
36
. Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb)
24
37
. Fixed bug #73188 (use after free in userspace streams). (Sara)
25
38
39
+ - Wddx:
40
+ . Fixed bug #73331 (NULL Pointer Dereference in WDDX Packet Deserialization
41
+ with PDORow). (Stas)
42
+
26
43
13 Oct 2016, PHP 5.6.27
27
44
28
45
- Core:
You can’t perform that action at this time.
0 commit comments