Update zlib.sh

pull/109/head
midoks 3 years ago
parent c8e6a22ddd
commit ba75693146
  1. 4
      plugins/php/versions/74/zlib.sh

@ -46,6 +46,10 @@ Install_lib()
cd $sourcePath/php${version}/ext/${LIBNAME}
if [ ! -f "config.m4" ];then
mv config0.m4 config.m4
fi
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean

Loading…
Cancel
Save