[csw-users] php5 iconv?
Cory Omand
comand at blastwave.org
Sun Dec 3 01:58:32 CET 2006
On 12/2/06, Joe Reid <jreid at vnet.net> wrote:
> I was installing jinzora and the installer says I don't have iconv
> support (non-fatal). I have libiconv but there is no php5 module for
> iconv? Is there one in the works or a workaround?
The module is included in the base php5 package, but not enabled by
default. Just do:
$ sudo /opt/csw/php5/bin/phpext -e iconv
$ /opt/csw/php5/bin/phpext -q iconv
iconv_enabled=true
Then restart your server.
- C.
More information about the users
mailing list