From 9d467a13bb0501ce6ea8d0a8b818adfbd17ba8d1 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 4 Jan 2025 05:33:40 +0800 Subject: [PATCH] Update index_php.py --- plugins/php/index_php.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/php/index_php.py b/plugins/php/index_php.py index 29010ce484..49edd6d0af 100755 --- a/plugins/php/index_php.py +++ b/plugins/php/index_php.py @@ -139,6 +139,7 @@ def libConfCommon(version): for sodir in ext_list: if sodir.find("no-debug-non-zts") > -1: ext_dir += "/"+ sodir + break libs = [] tasks = mw.M('tasks').where("status!=?", ('1',)).field('status,name').select()