Hi,
I got problem and need help. When I tried to run php script, and I got this following message. When I checked php.ini, all the extensions are there. But when I check the folder PHP\ext\, the XXXX.dll files are physically all not there. Where can I find and copy these extension files into \PHP\ext\ folder so that the error message will be gone? Or is there any better solution for this? Many thanks!
-------------------------------------------------------------
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_curl.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_mbstring.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_tidy.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_xmlrpc.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_xsl.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_mcrypt.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_mcrypt_filter.dll' - The specified module could not be found.
-----------------------------------
Unable to load dynamic library problem
Moderator: General Moderators
-
sunnyday09
- Forum Newbie
- Posts: 2
- Joined: Thu Jun 18, 2009 4:08 pm
Re: Unable to load dynamic library problem
I'm guessing download the source code & see if those dll files are in there somewhere.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
-
sunnyday09
- Forum Newbie
- Posts: 2
- Joined: Thu Jun 18, 2009 4:08 pm
Re: Unable to load dynamic library problem
May I know where I can download the missing extension source code?
Thanks!
Thanks!