Bozhidar Slaveykov пре 1 година
родитељ
комит
55945e1170
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      compilators/debian/php/php-compile.sh

+ 0 - 2
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 \