Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Recompiling PHP to add Oracle extensions

james_hambrickOct 2 2007 — edited Oct 5 2007
Windows 2000 SP2|Oracle 9.2|PHP 5.2.4
I have tried to install php_oci8.dll and php_oracle.dll.

I added these lines to the php.ini file
extension=php_oci8.dll;
extensoin=php_oracle.dll

I downloaded the dll files from PECL

When I run the php file it displays everything up until it gets to the ociconnect then displays nothing after that. no errors.

I read somewhere to run php -v in my command prompt and this is what I got.

Unable to load dynamic library './php_oci8.dll'
The specified module could not be fonud. I made sure that the dlls are in the c:\php folder. I tried putting the oci8.dll after the oracle.dll extension and that did not work. So Im installing more oracle client things to see if that works.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2007
Added on Oct 2 2007
9 comments
3,190 views