Click to See Complete Forum and Search --> : iconv installation on win32


pachollini
02-25-2003, 05:50 AM
Anybody knows how to make iconv library work with php? (How to load it as modul without recompiling php - using the win32 binary distribution of php?)
I already have got the iconv library, I just dont know how to install it to php.

Thanks
Matej

goa103
09-22-2003, 06:07 AM
Same problem here, I can't make the DLL to load, I get the so common "can't find DLL" error message while restarting my Apache server. Of course I uncommented the line "extension=php_iconv.dll" from my php.ini file.

If you forgot, just uncomment the line and I hope it will work for you... Later for me ^^