how can I add iconv to pre-built php bundled with LSWS?

surfman

Active Member
#1
I don't want to compile php from scratch. is that possible add iconv to the pre-built php bundled with LSWS and how if yes? thanks.
 

mistwang

LiteSpeed Staff
#2
I think rebuild php is the easiest way.
Otherwise, you need to find a iconv dynamic library matching the php version used, then load the extension from php.ini. You can checkout Zend Platform package, there are many prebuilt loadable extensions if you want, but to me, it is easier just rebuild PHP by yourself.
 
Top