We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43d468 commit 3c17d3fCopy full SHA for 3c17d3f
NEWS
@@ -28,6 +28,10 @@ PHP NEWS
28
. Fixed bug GH-17991 (Assertion failure dom_attr_value_write). (nielsdos)
29
. Fix weird unpack behaviour in DOM. (nielsdos)
30
31
+- GD:
32
+ . Fixed bug GH-17984 (calls with arguments as array with references).
33
+ (David Carlier)
34
+
35
- Mbstring:
36
. Fixed bug GH-17989 (mb_output_handler crash with unset
37
http_output_conv_mimetypes). (nielsdos)
@@ -40,10 +44,6 @@ PHP NEWS
40
44
- Standard:
41
45
. Fix memory leaks in array_any() / array_all(). (nielsdos)
42
46
43
-- GD:
- . Fixed bug GH-17984 (calls with arguments as array with references).
- (David Carlier)
-
47
- SPL:
48
. Fixed bug GH-18018 (RC1 data returned from offsetGet causes UAF in
49
ArrayObject). (nielsdos)
0 commit comments