- is your "oracle client" installed on your server ?

- you may have a look to extension_dir in your php.ini.
By default, I think it is something like
extension_dir = ./
You would try to set the value to the directory where your php_oci8.dll is,
something like :
extension_dir=C:\php\extensions\

Regards,
Philippe



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

Reply via email to