Skip to content

Commit 6004063

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents bc55177 + fc09eb2 commit 6004063

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NEWS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ PHP NEWS
2020
- Standard:
2121
. Fix memory leaks in array_any() / array_all(). (nielsdos)
2222

23+
- GD:
24+
. Fixed bug GH-17984 (calls with arguments as array with references).
25+
(David Carlier)
26+
2327
- Treewide:
2428
. Fixed bug GH-17736 (Assertion failure zend_reference_destroy()). (nielsdos)
2529

@@ -65,8 +69,6 @@ PHP NEWS
6569
triggers only an Exception on width). (David Carlier)
6670
. Fixed bug GH-17772 (imagepalettetotruecolor crash with memory_limit=2M).
6771
(David Carlier)
68-
. Fixed bug GH-17984 (calls with arguments as array with references).
69-
(David Carlier)
7072

7173
- LDAP:
7274
. Fixed bug GH-17704 (ldap_search fails when $attributes contains a

0 commit comments

Comments
 (0)