Skip to content

patches/packages: php8: add lighttpd config

Michal Vasilek requested to merge hotfix/php8-lighttpd-php-default into crashlab
  • Turris OS 5 - OpenWrt 19.07 only had php7
  • Turris OS 6 - OpenWrt 21.02 has both php7 and php8
  • Turris OS 7 - Openwrt 22.03 only has php8

On Turris OS 6, the php7 package contained the lighttpd config which points to php7-fpm. After this commit, the php8 package will contain the lighttpd config which will point to php8-fpm and php7 will not be unused. This is a breaking change if someone is using a custom webapp that depends on php7 only functionality.
On Turris OS 7, the php8 lighttpd config points to php7-fpm which doesn't exist, so that's currently broken.

part of packages#887 (closed)

Edited by Michal Vasilek

Merge request reports