Connecting Tech Pros Worldwide Help | Site Map

Iconv not working on php4.3.3

  #1  
Old January 5th, 2009, 10:43 PM
Newbie
 
Join Date: Mar 2007
Posts: 21
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
  #2  
Old January 5th, 2009, 11:20 PM
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,487
Provided Answers: 9

re: Iconv not working on php4.3.3


did you check that the iconv.dll and php_iconv.dll are in their place?
  #3  
Old January 5th, 2009, 11:21 PM
Newbie
 
Join Date: Mar 2007
Posts: 21

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...
  #4  
Old January 5th, 2009, 11:23 PM
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,487
Provided Answers: 9

re: Iconv not working on php4.3.3


then the only thing on my mind is to have a look at the server logs.
  #5  
Old January 5th, 2009, 11:31 PM
Newbie
 
Join Date: Mar 2007
Posts: 21

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.
  #6  
Old January 5th, 2009, 11:51 PM
Newbie
 
Join Date: Mar 2007
Posts: 21

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
php vs python notbob answers 69 June 2nd, 2008 11:37 AM
Php5 - xsl extension not working Chuck Anderson answers 7 June 2nd, 2008 11:35 AM
openssl extension not loading (need to open https stream) Chuck Anderson answers 5 March 13th, 2008 09:35 AM
PHP won't interpret php code any more hup@addall.com answers 2 December 25th, 2006 08:45 PM