Skip to content

Commit 7bded39

Browse files
committed
update NEWS
1 parent 87bb51e commit 7bded39

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

NEWS

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,30 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
27 Oct 2016, PHP 5.6.28RC1
3+
10 Nov 2016, PHP 5.6.28
44

55
- Core:
66
. Fixed bug #73337 (try/catch not working with two exceptions inside a same
77
operation). (Dmitry)
88

9+
- Bz2:
10+
. Fixed bug #73356 (crash in bzcompress function). (Stas)
11+
912
-GD:
1013
. Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb)
1114
. Fixed bug #73272 (imagescale() is not affected by, but affects
1215
imagesetinterpolation()). (cmb)
1316
. Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb)
1417
. 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)
1528

1629
- SOAP:
1730
. Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol)
@@ -23,6 +36,10 @@ PHP NEWS
2336
. Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb)
2437
. Fixed bug #73188 (use after free in userspace streams). (Sara)
2538

39+
- Wddx:
40+
. Fixed bug #73331 (NULL Pointer Dereference in WDDX Packet Deserialization
41+
with PDORow). (Stas)
42+
2643
13 Oct 2016, PHP 5.6.27
2744

2845
- Core:

0 commit comments

Comments
 (0)