Thanks, applied as bc7456eb52d729a77e674caf81f52218be1f1a1f. Michael
[sent from post-receive hook] On Mon, 20 Jun 2022 08:19:39 +0200, Andreas Helmcke <[email protected]> wrote: > With PHP8 at hand, the lighttpd's "fast cgi" feature can be used again. > > Signed-off-by: Juergen Borleis <[email protected]> > Signed-off-by: Andreas Helmcke <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/lighttpd.in b/rules/lighttpd.in > index 18827467f73c..41703cce6c2e 100644 > --- a/rules/lighttpd.in > +++ b/rules/lighttpd.in > @@ -132,12 +132,15 @@ if LIGHTTPD_MOD_FASTCGI > > config LIGHTTPD_MOD_FASTCGI_PHP > bool > - depends on BROKEN > + depends on PHP8_SAPI_CGI > prompt "setup php handling with fastcgi" > help > Enables the necessary packages and configuration files > to enable PHP support in lighttpd > > +comment "PHP CGI SAPI must be enabled" > + depends on !PHP8_SAPI_CGI > + > endif > > config LIGHTTPD_MOD_MAGNET
