update
This commit is contained in:
parent
897619f126
commit
ac586267c5
|
|
@ -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…
Reference in New Issue