Re: [PHP-DEV] PHP 4.0 Bug #10225 Updated: I have From: Carsten Gehling (carsten <email protected>)
Date: 04/09/01

From: <memo <email protected>>
Sent: Saturday, April 07, 2001 7:58 PM
Subject: [PHP-DEV] PHP 4.0 Bug #10225 Updated: I have

> I had installed Oracle 8i(8.16) Client For win2000.
> And I modify the C:\winnt\php.ini to
>
> extension=php_oci8.dll
> ;extension=php_openssl.dll
> extension=php_oracle.dll
>
> When I restart the IIS, it show the message
> "Unable to load dynamic library 'c:\php\extensions\php_oracle.dll' - ...."

Have you set the following line in php.ini:

extension_dir = ./extensions

it is default set to

extension_dir = .

- Carsten

-- 
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>