From 375a7f0d528923a8734202f6cf8b213871a4123c Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 1 Aug 2024 04:11:42 +0300 Subject: [PATCH] enable filter features --- INSTALL.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/INSTALL.sh b/INSTALL.sh index c96e9e08..7ef0b301 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -120,7 +120,6 @@ if [[ $BUILD_PHP_SRC == "y" ]]; then ./configure --prefix="$DIR_PHP_SRC_TARGET"\ --disable-cgi\ --disable-dom\ - --disable-filter\ --disable-phar\ --disable-session\ --disable-shared\