Reputation: 4371
I read some steps about this one but I can't really get it. I'm using wamp server for this with PHP 5.3.5. I tried to use the php_oci8.dll by checking the PHP>PHP extensions>php_oci8 but I get an error saying
PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.3.5/ext/php_oci8.dll - The specified module could not be found
When I go to the path the php_oci8.dll is there. How can I fix this? Can anybody give me a steps on how can I configure it so that I can connect to a remote server?
Upvotes: 2
Views: 1978
Reputation: 4371
I already figured it out! Here's my solution:
Works fine on me. Thanks for those who help me in solving this one.
Upvotes: 0
Reputation: 41040
Try to download the latest version of the dll here php_oci8-1.4.1-5.2-vc6-x86.zip
Upvotes: 1