Ports: Build PHP-FPM instead of CGI

This commit is contained in:
Jelle Raaijmakers 2021-09-23 00:03:49 +02:00 committed by Andreas Kling
parent 9a6283c524
commit 37b5baf9ff

View file

@ -6,7 +6,9 @@ files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.ta
auth_type=sha256
depends="libiconv libxml2 openssl readline sqlite zlib"
configopts="
--disable-cgi
--disable-opcache
--enable-fpm
--prefix=${SERENITY_INSTALL_ROOT}/usr/local
--with-iconv=${SERENITY_INSTALL_ROOT}/usr/local
--with-openssl