From 4629d399808219faa0fa2c3964fcaecb5ce1adc8 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 4 Jan 2025 05:23:14 +0800 Subject: [PATCH] Update index_php.py --- plugins/php/index_php.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/index_php.py b/plugins/php/index_php.py index e23f9490c5..29010ce484 100755 --- a/plugins/php/index_php.py +++ b/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)