Bronislav Klucka wrote:

PHP startup: unable to load dynamic library 'c:\Program
files..\php_curl.dll'  - Module was not find
PHP startup: unable to load dynamic library 'c:\Program
files..\php_myslq.dll'  - Module was not find

I'm loading 4 modules, all at the same location, how is it possible, that
PHP loads 2 of them and 2 of them not???
INI file:

extension_dir = "c:\Program Files\ApachePhpMysql\php\ext\"

extension=php_curl.dll
extension=php_imap.dll
extension=php_mbstring.dll
extension=php_mysql.dll

The extensions may rely on other .dll files to be enabled. Check the documentation. The mysql extension requires libmysql.dll to be in the correct place, for example. RTD.


--

---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to