Page 1 of 1

please let me know how to install iconv

PostPosted: 03. July 2005 13:35
by hanpedro
please let me know how to install iconv.

PostPosted: 03. July 2005 13:45
by Wiedmann
PHP5:
it's build in.

PHP4:
in php.ini (\xampp\apache\bin)
Code: Select all
extension=php_iconv.dll

PostPosted: 03. July 2005 14:01
by hanpedro
Wiedmann wrote:PHP5:
it's build in.

PHP4:
in php.ini (\xampp\apache\bin)
Code: Select all
extension=php_iconv.dll


Thanks for your kind comment