Update php-compile.sh

This commit is contained in:
Bozhidar Slaveykov 2023-11-26 17:48:53 +02:00
parent 93b9d5f9e8
commit 55945e1170

View file

@ -11,7 +11,6 @@ sudo apt-get install -y libonig-dev
# Install Dependencies # Install Dependencies
DEPENDENCIES_LIST=( DEPENDENCIES_LIST=(
"language-pack-de"
"re2c" "re2c"
"ccache" "ccache"
"mysql-server" "mysql-server"
@ -127,7 +126,6 @@ sudo ./configure --prefix=/usr/local/phyre/php \
--enable-calendar \ --enable-calendar \
--enable-ftp \ --enable-ftp \
--enable-sysvmsg \ --enable-sysvmsg \
--with-ffi \
--with-sodium \ --with-sodium \
--enable-zend-test=shared \ --enable-zend-test=shared \
--enable-dl-test=shared \ --enable-dl-test=shared \