pull/109/head
midoks 3 years ago
parent 6627a81201
commit eaaefb45b7
  1. 4
      plugins/php/versions/52/fileinfo.sh
  2. 4
      plugins/php/versions/52/pcntl.sh

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

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

Loading…
Cancel
Save