I have installed PHP successfully with Oracle by installing Oracle client, PHP, Apache into my computer. However, now I am trying to only install PHP, Apache, without Oracle client to see if the PHP can still works with Oracle. This is the message I got when I tried to start Apache:
unknown(): Unable to load dynamic
library "C:\PHP\extensions\php_oci8.dll"-The specified module could not be found
The problem is that I did see the file "C:\PHP\extensions\php_oci8.dll" on my computer. Why it could not be found?
Thanks.
Jie Huang