Greetings,
Here is my platform:
OS: Solaris 8
Apache: 1.3.22
PHP: 4.1.2
Oracle: 8.1.7 (client install)
I am encountering a problem with utilizing the Pear DB module with Oracle. I attempt to connect to the database and receive the following error:
"DB Error: extension not found"
This occurs when it tests for the existence of the extension in DB::connect via the assertExtension method. This method returns false as it is determined that the extension is not loaded.
I am able to connect to Oracle using the Oracle provided API directly.
Any assistance would be greatly appreciated....
Thanks,
Eric A