From b7b562501a8488de8f5f9b419be1dc4b1b3b8758 Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Sun, 26 Nov 2023 00:16:47 +0200 Subject: [PATCH] Update php-compile.sh --- compilators/debian/php/php-compile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compilators/debian/php/php-compile.sh b/compilators/debian/php/php-compile.sh index 35bcb07..8fc5ac7 100644 --- a/compilators/debian/php/php-compile.sh +++ b/compilators/debian/php/php-compile.sh @@ -19,9 +19,9 @@ sudo ./configure --prefix=/usr/local/phyre/php \ --with-openssl \ --with-mysqli \ --with-gettext \ - --with-curl \ - --with-zip \ - --enable-mbstring + #--with-curl \ + #--with-zip \ + #--enable-mbstring # Compile PHP sudo make