Update exif.sh

pull/109/head
midoks 3 years ago
parent 7add112ba5
commit e17a8dc3e3
  1. 5
      plugins/php/versions/52/exif.sh

@ -38,6 +38,11 @@ Install_lib()
if [ ! -f "$extFile" ];then
if [ ! -d $sourcePath/php${version}/ext ];then
sh $curPath/install.sh
fi
cd $sourcePath/php${version}/ext/${LIBNAME}
$serverPath/php/$version/bin/phpize

Loading…
Cancel
Save