Update zip.sh

pull/109/head
midoks 3 years ago
parent 2784eaece4
commit efa2b9c9fe
  1. 2
      plugins/php/versions/70/zip.sh

@ -47,7 +47,7 @@ Install_lib()
cd $sourcePath/php${version}/ext/${LIBNAME}
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config\
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-zip
make && make install && make clean

Loading…
Cancel
Save