Skip to content

Commit

Permalink
Merge pull request #509 from thecodingmachine/create-pull-request/reg…
Browse files Browse the repository at this point in the history
…enerate-files
  • Loading branch information
silasjoisten authored Jan 18, 2025
2 parents d6f5dda + 084a85b commit 0dddc07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions generated/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -1132,8 +1132,10 @@ function imagedashedline($image, int $x1, int $y1, int $x2, int $y2, int $color)


/**
* Prior to PHP 8.0.0, imagedestroy freed any memory associated
* with image image.
* Prior to PHP 8.0.0, imagedestroy freed any memory
* associated with the image resource. As of 8.0.0,
* the GD extension uses objects instead of resources, and objects
* cannot be explicitly closed.
*
* @param resource $image A GdImage object, returned by one of the image creation functions,
* such as imagecreatetruecolor.
Expand Down

0 comments on commit 0dddc07

Please sign in to comment.