Recompiling PHP to add Oracle extensions
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.