From 29ffc62b7c50ba9b46a8b352c38c8f84890d2c0d Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 30 Sep 2023 01:12:02 +0800 Subject: [PATCH] Update index.py --- plugins/php/index.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/php/index.py b/plugins/php/index.py index b98956443..45e960a6e 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -323,6 +323,8 @@ def phpOp(version, method): def start(version): + mw.execShell( + 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/www/server/lib/icu/lib') return phpOp(version, 'start')