1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-25 07:41:31 +00:00

Fixes for PHP 8.4.

This commit is contained in:
x86dev
2025-03-17 13:00:16 +01:00
parent 0ccb3928f8
commit 9d9bb96dc0
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
# regardless of how the package maintainer(s) named those.
rm /usr/bin/php
ln -s /usr/bin/php81 /usr/bin/php
ln -s /usr/bin/php84 /usr/bin/php
rm /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm81 /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm84 /usr/sbin/php-fpm