Skip to content

Commit

Permalink
image sync with EN (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Jan 17, 2025
1 parent 2385ce5 commit 286bd87
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions reference/image/functions/imagedestroy.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 52dc204a77076e1404257cf39f179882b90b5780 Maintainer: yannick Status: ready -->
<!-- EN-Revision: de13997491811ade18c2d23e9959ef2825154add Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<refentry xml:id="function.imagedestroy" xmlns="http://docbook.org/ns/docbook">
Expand All @@ -16,8 +16,10 @@
</methodsynopsis>
&note.resource-migration-8.0-dead-function;
<para>
Antérieur à PHP 8.0.0, <function>imagedestroy</function> libère toute la mémoire
associée à l'image <parameter>image</parameter>.
Antérieur à PHP 8.0.0, <function>imagedestroy</function> libérait toute la mémoire
associée à la ressource <parameter>image</parameter>. À partir de la version 8.0.0,
l'extension GD utilise des objets au lieu de ressources, et les objets
ne peuvent pas être fermés explicitement.
</para>
</refsect1>
<refsect1 role="parameters">
Expand Down

0 comments on commit 286bd87

Please sign in to comment.