My have a problem about oci8 function
- OS : Win NT 4.0 SP3
- Oracle : Oracle 8.0.5
- Apache : 2.0.43
- PHP : 4.2.3
After I edited php.ini and deleted the ";" before
extensions=php_oci8.dll
Then run the php_info();
it showed error message as follow:
Unable to load dynamic library 'c:/php/extensions/php_oci8.dll'
But I can load php_oracle.dll,
Could you help me to slove this problem?
Thank you very much 🙂