nextcloud/apps/theming/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
..
AppInfo chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Command chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Controller fix(theming): read cachebuster as int in manifest endpoint 2026-06-05 10:34:44 +02:00
Jobs chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Listener chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Migration chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Service chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Settings chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SetupChecks chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Themes chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Capabilities.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ConfigLexicon.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
IconBuilder.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ImageManager.php fix: resolve PHP deprecation of imagedestroy 2026-06-11 00:59:15 +02:00
ITheme.php chore: Add SPDX header 2024-05-31 10:38:47 +02:00
ResponseDefinitions.php chore: Add SPDX header 2024-05-31 10:38:47 +02:00
ThemingDefaults.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Util.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00