As far as I can see, Thumbnail.php currently includes two calls to the PHP function imagedestroy:
|
public function cleanup() { |
|
imagedestroy($this->image); |
|
$this->image = null; |
|
} |
|
|
This function is deprecated since PHP 8.5, as it has no effect since PHP 8.0.
[Cross-reference https://phabricator.wikimedia.org/T413901]
As far as I can see,
Thumbnail.phpcurrently includes two calls to the PHP functionimagedestroy:MW-Avatar/Thumbnail.php
Lines 32 to 36 in e7974e8
MW-Avatar/Thumbnail.php
Lines 51 to 53 in e7974e8
This function is deprecated since PHP 8.5, as it has no effect since PHP 8.0.
[Cross-reference https://phabricator.wikimedia.org/T413901]