Skip to content

Commit 16b6c34

Browse files
authored
imagecopyresampled: Add missing 8.5.0 changelog entry for return type (#5291)
* Fix imagecopyresampled return type: bool -> true Since PHP 8.2, imagecopyresampled() always returns true instead of bool. Update methodsynopsis, return value description, and add changelog entry. * Use explicit 8.5.0 changelog row (imagecopyresampled return type changed in 8.5)
1 parent e7d502f commit 16b6c34

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

reference/image/functions/imagecopyresampled.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@
142142
</row>
143143
</thead>
144144
<tbody>
145+
<row>
146+
<entry>8.5.0</entry>
147+
<entry>
148+
The return type is &true; now; previously, it was <type>bool</type>.
149+
</entry>
150+
</row>
145151
<row>
146152
<entry>8.0.0</entry>
147153
<entry>

0 commit comments

Comments
 (0)