From 55945e117069d16b7a6f9d8ef4833abd3f55c907 Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Sun, 26 Nov 2023 17:48:53 +0200 Subject: [PATCH] Update php-compile.sh --- compilators/debian/php/php-compile.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/compilators/debian/php/php-compile.sh b/compilators/debian/php/php-compile.sh index 1bc8e5e..0455f6c 100644 --- a/compilators/debian/php/php-compile.sh +++ b/compilators/debian/php/php-compile.sh @@ -11,7 +11,6 @@ sudo apt-get install -y libonig-dev # Install Dependencies DEPENDENCIES_LIST=( - "language-pack-de" "re2c" "ccache" "mysql-server" @@ -127,7 +126,6 @@ sudo ./configure --prefix=/usr/local/phyre/php \ --enable-calendar \ --enable-ftp \ --enable-sysvmsg \ - --with-ffi \ --with-sodium \ --enable-zend-test=shared \ --enable-dl-test=shared \