|
@@ -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
|