Updating to php8.4-zip breaks Heimdall Dashboard
from themachinestops@lemmy.dbzer0.com to selfhosted@lemmy.world on 30 May 03:27
https://lemmy.dbzer0.com/post/45484834

When I update my LXC container for Heimdall it deletes php8.3-zip and installs php8.4-zip which causes a missing php-zip error.

When I enable the extension zip.so, I get library failed to start. Has anyone ran into these issues? For now I reinstalled php8.3-zip and put it hold.

#selfhosted

threaded - newest

elfin@mstdn.social on 30 May 07:48 collapse

@themachinestops Dunno about you cats, but I don't think php8.4 is done baking.

More than half my frameworks break. Hell, even WordPress is still in beta support for it and WP is sort of my sacrificial lamb.

themachinestops@lemmy.dbzer0.com on 31 May 04:20 collapse

Heimdall also has many functions that have been deprecated in php8.4.

github.com/linuxserver/Heimdall/issues/1450

It is probably the same in your case.