Update index.py
This commit is contained in:
parent
0d83b2a59f
commit
bcdfeb03a8
|
|
@ -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'):
|
||||
|
|
|
|||
Loading…
Reference in New Issue