faqts : Computers : Programming : Languages : PHP : Installation and Setup : Databases

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

34 of 58 people (59%) answered Yes
Recently 4 of 10 people (40%) answered Yes

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.