Browse Source

Update php-7.4.sh

configure: WARNING: unrecognized options: --enable-zip, --without-libzip
Seon 5 years ago
parent
commit
bed796c363
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/php-7.4.sh

+ 2 - 2
include/php-7.4.sh

@@ -103,7 +103,7 @@ Install_PHP74() {
     --enable-sysvsem --enable-inline-optimization --with-curl=${curl_install_dir} --enable-mbregex \
     --enable-mbstring --with-password-argon2 --with-sodium=/usr/local --enable-gd --with-openssl=${openssl_install_dir} \
     --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-ftp --enable-intl --with-xsl \
-    --with-gettext --enable-zip --without-libzip --enable-soap --disable-debug ${php_modules_options}
+    --with-gettext --with-zip --enable-soap --disable-debug ${php_modules_options}
   else
     ./configure --prefix=${php_install_dir} --with-config-file-path=${php_install_dir}/etc \
     --with-config-file-scan-dir=${php_install_dir}/etc/php.d \
@@ -114,7 +114,7 @@ Install_PHP74() {
     --enable-sysvsem --enable-inline-optimization --with-curl=${curl_install_dir} --enable-mbregex \
     --enable-mbstring --with-password-argon2 --with-sodium=/usr/local --enable-gd --with-openssl=${openssl_install_dir} \
     --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-ftp --enable-intl --with-xsl \
-    --with-gettext --enable-zip --without-libzip --enable-soap --disable-debug ${php_modules_options}
+    --with-gettext --with-zip --enable-soap --disable-debug ${php_modules_options}
   fi
   make ZEND_EXTRA_LIBS='-liconv' -j ${THREAD}
   make install