Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mdserver-web/plugins/php/all_test.sh

144 lines
3.2 KiB

6 years ago
#! /bin/sh
export PATH=$PATH:/opt/local/bin:/opt/local/sbin:/opt/local/share/man:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
DIR=$(cd "$(dirname "$0")"; pwd)
6 years ago
# PHP_VER=53
# echo "php${PHP_VER} -- start"
# cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
# cd $DIR/versions/$PHP_VER && sh install.sh
# for ii in $cmd_ext
# do
# if [ "install.sh" == "$ii" ];then
# echo ''
# else
# cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
# fi
# done
# echo "php${PHP_VER} -- end"
# PHP_VER=54
# echo "php${PHP_VER} -- start"
# cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
# cd $DIR/versions/$PHP_VER && sh install.sh
# for ii in $cmd_ext
# do
# if [ "install.sh" == "$ii" ];then
# echo ''
# else
# cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
# fi
# done
# echo "php${PHP_VER} -- end"
# PHP_VER=55
# echo "php${PHP_VER} -- start"
# cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
# cd $DIR/versions/$PHP_VER && sh install.sh
# for ii in $cmd_ext
# do
# if [ "install.sh" == "$ii" ];then
# echo ''
# else
# cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
# fi
# done
# echo "php${PHP_VER} -- end"
# PHP_VER=56
# echo "php${PHP_VER} -- start"
# cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
# cd $DIR/versions/$PHP_VER && sh install.sh
# for ii in $cmd_ext
# do
# if [ "install.sh" == "$ii" ];then
# echo ''
# else
# cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
# fi
# done
# echo "php${PHP_VER} -- end"
# PHP_VER=70
# echo "php${PHP_VER} -- start"
# cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
# cd $DIR/versions/$PHP_VER && sh install.sh
# for ii in $cmd_ext
# do
# if [ "install.sh" == "$ii" ];then
# echo ''
# else
# cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
# fi
# done
# echo "php${PHP_VER} -- end"
# PHP_VER=71
# echo "php${PHP_VER} -- start"
# cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
# cd $DIR/versions/$PHP_VER && sh install.sh
# for ii in $cmd_ext
# do
# if [ "install.sh" == "$ii" ];then
# echo ''
# else
# cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
# fi
# done
# echo "php${PHP_VER} -- end"
6 years ago
PHP_VER=72
echo "php${PHP_VER} -- start"
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
6 years ago
echo $DIR
cd $DIR && /bin/bash install.sh install $PHP_VER
6 years ago
for ii in $cmd_ext
do
if [ "install.sh" == "$ii" ];then
echo ''
else
cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
fi
done
echo "php${PHP_VER} -- end"
6 years ago
# PHP_VER=73
# echo "php${PHP_VER} -- start"
# cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
# cd $DIR/versions/$PHP_VER && sh install.sh
# for ii in $cmd_ext
# do
# if [ "install.sh" == "$ii" ];then
# echo ''
# else
# cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
# fi
# done
# echo "php${PHP_VER} -- end"
# PHP_VER=74
# echo "php${PHP_VER} -- start"
# cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
# cd $DIR/versions/$PHP_VER && sh install.sh
# for ii in $cmd_ext
# do
# if [ "install.sh" == "$ii" ];then
# echo ''
# else
# cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
# fi
# done
# echo "php${PHP_VER} -- end"
6 years ago