[solved] PHPRC=$VH_ROOT not working in version 5.3 build 2

Hedloff

Well-Known Member
#1
Hello,

After upgrade to version 5.3 build 2 PHPRC=$VH_ROOT set in Enviroment in php5 handler in External App stopped working.
It's working fine in version 5.2.8.

Any idea what is causing this issue?
Tested both on EA3 and EA4 server.
 

mistwang

LiteSpeed Staff
#4
The fix is in our latest debug build now.
Code:
/usr/local/lsws/admin/misc/lsup.sh -d -f -v 5.3
Will cut 5.3 build 3 once firmed it is work well.
 
Last edited by a moderator:

mistwang

LiteSpeed Staff
#6
We tried it on a few system, it is working. one thing need to know that, you need to restart all running lsphp process if you upgrade from running 5.3, as detached PHP processes wont restart automatically during update. just do "killall lsphp"
 
Top