PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Call to undefined function: iconv_set_encoding() in
when i unremarked from the php.ini the php_iconv.dll
and tried to restar the apache i got an error about that dll!
what to do?
thanks in advance
by the way : the dll is in the the php/extension folder
epelg
PHP Manual wrote:Note to Windows® Users: In order to enable this module on a Windows® environment, you need to put a DLL file named iconv.dll or iconv-1.3.dll (prior to 4.2.1) which is bundled with the PHP/Win32 binary package into a directory specified by the PATH environment variable or one of the system directories of your Windows® installation.
and the user comments:
thierry.bo wrote:Although iconv.dll is in my system path, the only way to load php_iconv.dll was to copy iconv.dll file in \%winnt\system32 directory. With other servers, iconv.dll can be in anywhere in the system path.
and
VIeo wrote:be safe.. downloadable goes in the system folder (as iconv.dll, not renamed) and php_iconv.dll goes in the extensions folder (unrenamed also).