pull/504/head
Mr Chen 2 years ago
parent c8b955f282
commit 9f59f479a2
  1. 6
      plugins/php/versions/common/intl.sh
  2. 3
      plugins/php/versions/common/xdebug.sh
  3. 2
      scripts/install/macos.sh

@ -103,9 +103,9 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS ./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
make clean && make && make install && make clean make clean && make && make install && make clean
# if [ -d $sourcePath/php${version} ];then if [ -d $sourcePath/php${version} ];then
# cd ${sourcePath} && rm -rf $sourcePath/php${version} cd ${sourcePath} && rm -rf $sourcePath/php${version}
# fi fi
fi fi
if [ ! -f "$extFile" ];then if [ ! -f "$extFile" ];then

@ -26,8 +26,7 @@ if [ "$version" -eq "70" ] || [ "$version" -eq "71" ];then
fi fi
if [ "$version" -eq "82" ];then if [ "$version" -eq "82" ];then
echo "not need" LIBV=3.2.2
exit 1
fi fi
LIB_PATH_NAME=lib/php LIB_PATH_NAME=lib/php

@ -28,7 +28,7 @@ brew install librdkafka
brew install coreutils libxml2 xml2 brew install coreutils libxml2 xml2
brew install md5sum libevent pidof bison brew install md5sum libevent pidof bison
brew install pcre2 libxpm libelf brew install pcre2 libxpm libelf
brew install automake icu4c brew install automake icu4c libmemcached
if [ ! -d $DEV/server/mdserver-web ]; then if [ ! -d $DEV/server/mdserver-web ]; then
wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master

Loading…
Cancel
Save