pull/109/head
midoks 3 years ago
parent 26b9b763ca
commit 2784eaece4
  1. 3
      plugins/php/versions/70/zip.sh
  2. 3
      plugins/php/versions/71/zip.sh
  3. 3
      plugins/php/versions/72/zip.sh
  4. 3
      plugins/php/versions/73/zip.sh

@ -47,7 +47,8 @@ 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

@ -47,7 +47,8 @@ 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

@ -47,7 +47,8 @@ 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

@ -47,7 +47,8 @@ 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