Update index.py

This commit is contained in:
dami 2026-02-01 13:56:28 +08:00
parent 0d83b2a59f
commit bcdfeb03a8
1 changed files with 1 additions and 1 deletions

View File

@ -904,7 +904,7 @@ def get_src_config(args):
data['webserver'] = 'OpenResty'
data['php'] = []
phpversions = ['52', '53', '54', '55', '56', '70', '71',
'72', '73', '74', '80', '81', '82', '83', '84']
'72', '73', '74', '80', '81', '82', '83', '84', '85']
phpPath = sdir + '/php/'
for pv in phpversions:
if not os.path.exists(phpPath + pv + '/bin/php'):