Skip to content

Commit 87673d6

Browse files
committed
add missing NEWS entries
1 parent d6d08f9 commit 87673d6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,25 @@ PHP NEWS
1616
. Fixed bug #73337 (try/catch not working with two exceptions inside a same
1717
operation). (Dmitry)
1818

19+
- Bz2:
20+
. Fixed bug #73356 (crash in bzcompress function). (Stas)
21+
1922
-GD:
2023
. Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb)
2124
. Fixed bug #73272 (imagescale() is not affected by, but affects
2225
imagesetinterpolation()). (cmb)
2326
. Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb)
2427
. Fixed bug #73280 (Stack Buffer Overflow in GD dynamicGetbuf). (cmb)
28+
. Fixed bug #72482 (Illegal write/read access caused by gdImageAALine overflow).
29+
(cmb)
30+
. Fixed bug #72696 (imagefilltoborder stackoverflow on truecolor images). (cmb)
31+
32+
- Imap:
33+
. Fixed bug #73418 (Integer Overflow in "_php_imap_mail" leads Heap Overflow).
34+
(Anatol)
35+
36+
- SPL:
37+
. Fixed bug #73144 (Use-after-free in ArrayObject Deserialization). (Stas)
2538

2639
- SOAP:
2740
. Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol)
@@ -33,6 +46,10 @@ PHP NEWS
3346
. Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb)
3447
. Fixed bug #73188 (use after free in userspace streams). (Sara)
3548

49+
- Wddx:
50+
. Fixed bug #73331 (NULL Pointer Dereference in WDDX Packet Deserialization
51+
with PDORow). (Stas)
52+
3653
13 Oct 2016, PHP 5.6.27
3754

3855
- Core:

0 commit comments

Comments
 (0)