Skip to content

Commit

Permalink
Update index_php.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jan 3, 2025
1 parent 4629d39 commit 9d467a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/php/index_php.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9d467a1

Please sign in to comment.