nextcloud/lib
Ferdinand Thiessen 2a5fc73ca9
fix: resolve PHP deprecation of imagedestroy
> 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>
2026-06-11 00:59:15 +02:00
..
composer revert: "Do not do redirect handling when loggin out" 2026-06-09 17:49:00 +02:00
l10n fix(l10n): Update translations from Transifex 2026-06-10 00:22:53 +00:00
private fix: resolve PHP deprecation of imagedestroy 2026-06-11 00:59:15 +02:00
public Merge pull request #60960 from nextcloud/carl/querybuilder-magic-number 2026-06-10 23:09:30 +02:00
unstable chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
base.php refactor: Fix rebasing issues 2026-06-05 11:03:04 +02:00
OC.php test: don't trigger file cache gc during tests 2026-06-08 15:38:32 +02:00
versioncheck.php ci(PHP): Test against 8.5 on CI 2025-12-19 15:34:34 +01:00