From 37b5baf9ffe136157c0e24ffbea35667c07ada32 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Thu, 23 Sep 2021 00:03:49 +0200 Subject: [PATCH] Ports: Build PHP-FPM instead of CGI --- Ports/php/package.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ports/php/package.sh b/Ports/php/package.sh index a4e448fa1c..bfbfa78102 100755 --- a/Ports/php/package.sh +++ b/Ports/php/package.sh @@ -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