Kyle Bisignani wrote: > Okay, so I am new, I'll admit it. But I have stumbled across > something that I don't think is right. I am trying to use php on a > windows xp machine (yes, with SP1). For the most part, everything > works. Going into the C:\WINDOWS\php.ini file, I was uncommenting > some extensions, saving the file, and then restarting Apache. > Everything works except for php_gettext.dll. For some reason, I > always get this error message: > > Warning > Unable to load dynamic library 'd:\php\extensions/php_gettext.dll' - > The specifies module could not be found. > > I have noticed that other extensions have similar problems, but not > all. Mcrypt is another one. But some like imap and ldap work fine. > So what is wrong exactly? > Thank you for any help,
Look in your php\extensions directory. Are the files there? If not - look for a new version or wait for 4.3.0 which will be released shortly and includes gettext and mcrypt. IF they are there, make shure you have copied the files from your dlls folder to %windir%\system32. HTH Christoph -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php