Discussion:
[csw-users] php5 iconv?
Joe Reid
2006-12-03 00:33:26 UTC
Permalink
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?
--
Joe Reid
jreid at vnet.net
http://www.singlewhitemale.net
?c=a=rb=sc=fd=te=wf=zg=porh=n?
Cory Omand
2006-12-03 00:58:32 UTC
Permalink
Post by Joe Reid
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.
Joe Reid
2006-12-03 00:33:26 UTC
Permalink
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?
--
Joe Reid
jreid at vnet.net
http://www.singlewhitemale.net
?c=a=rb=sc=fd=te=wf=zg=porh=n?
Cory Omand
2006-12-03 00:58:32 UTC
Permalink
Post by Joe Reid
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.

Continue reading on narkive:
Loading...