Hi, I'm using Apache2 and PHP5 and mysql on WinXP and I have problem with loading modules. When starting apache, error occures:
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 Thnx for any help... Brona -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php