After I found what worked I experimented quite a bit to see what the simplest method to instruct others would be. Every other combination made it not work.
Thanks for the tip about PHP 5. I will probably wait awhile though. I want to stay as close as I can to my hosting company so if it works at home it will work on my domain. Daniel Blake ----- Original Message ----- From: "Frank M. Kromann" <[EMAIL PROTECTED]> To: "Daniel Blake" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 25, 2004 7:38 PM Subject: Re: [PHP-WIN] Re: php_gettext and php_iconv extensions You should be able to leave all files in the php directory, orupdate to PHP 5 where these functions are linked static (no need for other dll's). - Frank > Ok, it took awhile but I finally got it working. Here are the instructions so > everyone can get it working easier. There are two DLL's that need to be in the > Windows\System32 directory and two that need to be in your extension_dir with > the PHP 4.3.4 package. I don't know about newer versions of PHP, Brent's post > suggests the PHP people made it work out of the box in version 4.3.6. > > The php.ini file is correct with just unremarking > extension=php_gettext.dll > extension=php_iconv.dll > > Put these DLLs in the Windows\System32 directory. > libintl-1.dll (yes they've renamed the DLL) > iconv.dll > > php_gettext.dll in diferent versions > PHP <= 4.2.0 requires gnu_gettext.dll (bundled) > PHP >= 4.2.3 requires libintl-1.dll, iconv.dll (bundled) > > Put these two files in your extension_dir directory. > php_gettext.dll > php_iconv.dll > > Restart your computer and that should get it working. It's working for me now. > > Daniel Blake > > > > "Daniel Blake" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > Windows XP Pro > PHP 4.3.4 > c:\php > c:\windows\php.ini > extension_dir = "c:\php" > extension=php_gd2.dll > extension=php_gettext.dll > extension=php_iconv.dll > extension=php_pdf.dll > > All the other extensions are remarked out. > > I have tried with php_gettext.dll and php_iconv.dll in: > c:\php > c:\Windows\system > > How do you get these to work? I'm getting the error about not being able to > load these modules because they can't be found. > > Daniel Blake > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > ---------------------------------------- My Inbox is protected by SPAMfighter 694 spam mails have been blocked so far. Download free www.spamfighter.com today! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php