pull/109/head
midoks 3 years ago
parent baaffeb0b0
commit 26b9b763ca
  1. 3
      plugins/php/versions/74/zip.sh
  2. 5
      plugins/php/versions/80/zip.sh
  3. 3
      plugins/php/versions/81/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

@ -29,6 +29,8 @@ else
BAK=''
fi
export PKG_CONFIG_PATH=/www/server/lib/libzip/lib/pkgconfig
Install_lib()
{
@ -47,7 +49,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

@ -49,7 +49,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