diff --git a/plugins/php/versions/70/zip.sh b/plugins/php/versions/70/zip.sh index 79358999e..125c0a65d 100755 --- a/plugins/php/versions/70/zip.sh +++ b/plugins/php/versions/70/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 diff --git a/plugins/php/versions/71/zip.sh b/plugins/php/versions/71/zip.sh index 79358999e..ab58ab823 100755 --- a/plugins/php/versions/71/zip.sh +++ b/plugins/php/versions/71/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 diff --git a/plugins/php/versions/72/zip.sh b/plugins/php/versions/72/zip.sh index 79358999e..ab58ab823 100755 --- a/plugins/php/versions/72/zip.sh +++ b/plugins/php/versions/72/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 diff --git a/plugins/php/versions/73/zip.sh b/plugins/php/versions/73/zip.sh index 79358999e..ab58ab823 100755 --- a/plugins/php/versions/73/zip.sh +++ b/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