|
|
@ -3,18 +3,6 @@ export PATH=$PATH:/opt/local/bin:/opt/local/sbin:/opt/local/share/man:/usr/local |
|
|
|
DIR=$(cd "$(dirname "$0")"; pwd) |
|
|
|
DIR=$(cd "$(dirname "$0")"; pwd) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# cd /www/server/mdserver-web/scripts/quick && bash debug.sh |
|
|
|
|
|
|
|
# cd /www/server/mdserver-web/plugins/php && bash all_test.sh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# cd /www/server/mdserver-web/plugins/php && bash install.sh install 71 |
|
|
|
|
|
|
|
# cd /www/server/mdserver-web/plugins/php/versions/52/ && bash gd.sh install 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# cd /www/server/mdserver-web/plugins/php/versions/52/ && bash openssl.sh install 52 |
|
|
|
|
|
|
|
# cd /www/server/mdserver-web/plugins/php/versions/81/ && bash imagemagick.sh install 81 |
|
|
|
|
|
|
|
# cd /www/server/mdserver-web/plugins/php/versions/70/ && bash imagemagick.sh install 70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PHP_VER=71 |
|
|
|
PHP_VER=71 |
|
|
|
echo "php${PHP_VER} -- start" |
|
|
|
echo "php${PHP_VER} -- start" |
|
|
|
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') |
|
|
|
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') |
|
|
|