Entry
How can I connect to personal oracle8 for Win98 with php4 for Win98(I have got php_oci8.dll and php_oracle.dll)
Nov 7th, 2001 01:35
Sally Greenaway, lzf1201 lzf1201,
All dll files are held in the c:\php\extensions directory.
If using Oracle 8i you must edit the php.ini file to point to this
directory, the parameter is: extenstion_dir = c:\php\extensions
Then in the Dynamic Extensions section uncomment the
extension=php_oci8.dll line. There is another oracle related dll
(extension=php_oracle.dll) but this is only for use with earlier
versions of Oracle, i.e Oracle 7. If both are enabled conflicts do
arise.