mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
2a5fc73ca9
> 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. With PHP 8.5 this is deprecated and causes a deprecation warning! Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>