pull/800/head
dami 4 weeks ago
parent 897619f126
commit ac586267c5
  1. 2
      plugins/php/install.sh
  2. 2
      plugins/php/versions/85/install.sh

@ -8,6 +8,8 @@ rootPath=$(dirname "$rootPath")
serverPath=$(dirname "$rootPath")
sysName=`uname`
# https://www.php.net/releases
if id www &> /dev/null ;then
echo "www uid is `id -u www`"
echo "www shell is `grep "^www:" /etc/passwd |cut -d':' -f7 `"

@ -9,7 +9,7 @@ serverPath=$(dirname "$rootPath")
sourcePath=${serverPath}/source
sysName=`uname`
version=8.5.0alpha2
version=8.5.0beta1
PHP_VER=85
# md5_file_ok=14983a9ef8800e6bc2d920739fd386054402f7976ca9cd7f711509496f0d2632
Install_php()

Loading…
Cancel
Save