Connecting Tech Pros Worldwide Forums | Help | Site Map

Iconv not working on php4.3.3

Newbie
 
Join Date: Mar 2007
Posts: 21
#1: Jan 5 '09
Hey everyone,
Sorry for a question on an outdated PHP, but I am trying to get iconv working on php4.3.3. When I enable it in php.ini by removing the ; from the ;extension=php_iconv.dll
line, php pages simply refuse to load.

Can anyone point me in the right direction as to how to successfully enable iconv?

Cheers,
Jimmy

Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,660
#2: Jan 5 '09

re: Iconv not working on php4.3.3


did you check that the iconv.dll and php_iconv.dll are in their place?
Newbie
 
Join Date: Mar 2007
Posts: 21
#3: Jan 5 '09

re: Iconv not working on php4.3.3


Yes iconv.dll is in the dll folder and php_iconv.dll is in the extensions folder...
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,660
#4: Jan 5 '09

re: Iconv not working on php4.3.3


then the only thing on my mind is to have a look at the server logs.
Newbie
 
Join Date: Mar 2007
Posts: 21
#5: Jan 5 '09

re: Iconv not working on php4.3.3


This error message appears in the system log, however I am certain the file is there...

Application popup: Warning : Unknown(): Unable to load dynamic library 'E:\PHP\extensions\php_iconv.dll' - The specified module could not be found.
Newbie
 
Join Date: Mar 2007
Posts: 21
#6: Jan 5 '09

re: Iconv not working on php4.3.3


Copying the iconv.dll and php_iconv.dll to the windows/system32 folder seems to have fixed it.

Thanks anyway.
Reply