Installing custom php extensions

#1
I have installed litespeed using the whm plugin and built a matching php binary. Everything is working fine and I am currently tweaking settings etc.

If I want to install custom php extensions to work with litespeed lsphp how do I go about that? Do I compile everything against apache like normal and then rebuild the matching binary every time?

I would like to install apc, memcache and wikidiff php extensions. Normally I just download the source and compile them against apache apxs.
 

mistwang

LiteSpeed Staff
#2
It is recommended to update Apache with ezapache then build matching PHP binary. However, if you are a experienced sys admin, you can try "build PHP" function in our web console.
 
Top