Entry
How can I connect to oracle with php4 for Win98(I have got php_oci8.dll and php_oracle.dll from http://download.swwwing.com/php4/modules/)
Nov 7th, 2001 01:37
Sally Greenaway, Xingsheng Gong, unknown unknown,
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.