Update index_php.py

pull/680/head
Mr Chen 4 months ago
parent 11d245dadf
commit 4629d39980
  1. 2
      plugins/php/index_php.py

@ -158,8 +158,8 @@ def libConfCommon(version):
if phpini.find(lib['check']) > -1:
lib['status'] = True
sofile = ext_dir+"/"+lib['check']
# 自定义,比较特殊的方式
if os.path.exists(sofile):
# print(os.path.getsize(sofile))
if os.path.getsize(sofile) == 7:
lib['status'] = True
libs.append(lib)

Loading…
Cancel
Save