[PHP-DEV] PHP 4.0 Bug #8615: DLL loading From: roman.sagner <email protected>
Date: 01/09/01

From: roman.sagner <email protected>
Operating system: Windows 2000
PHP version: 4.0.1
PHP Bug Type: Dynamic loading
Bug description: DLL loading

I started to programme in PHP. After installation and configuration I tried run my first PHP script. It runs but it calls a lot of warnings. Warning is this: "Unable to load dynamic library 'c:/php/extensions/php_curl.dll'. The specified module could not be found." This warning is called for a lot of DLLs, but DLLs are in specified directory. The PHP script is as shortest as possible. I use just <?php echo "..."; ?>. I think there are some problems in configuration. Am I right? What do I wrong? Why server can't find DLLs?

-- 
Edit Bug report at: http://bugs.php.net/?id=8615&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>