We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcafb20 commit de13997Copy full SHA for de13997
reference/image/functions/imagedestroy.xml
@@ -13,8 +13,10 @@
13
</methodsynopsis>
14
¬e.resource-migration-8.0-dead-function;
15
<para>
16
- Prior to PHP 8.0.0, <function>imagedestroy</function> freed any memory associated
17
- with image <parameter>image</parameter>.
+ Prior to PHP 8.0.0, <function>imagedestroy</function> freed any memory
+ associated with the <parameter>image</parameter> resource. As of 8.0.0,
18
+ the GD extension uses objects instead of resources, and objects
19
+ cannot be explicitly closed.
20
</para>
21
</refsect1>
22
<refsect1 role="parameters">
0 commit comments