faqts : Computers : Programming : Languages : PHP : Installation and Setup : Operating Systems : Windows

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

14 of 29 people (48%) answered Yes
Recently 2 of 10 people (20%) answered Yes

Entry

How do I install a module(e.g.php_oci8.dll) with PHP4 under IIS4?

Jul 28th, 2000 09:42
Narendra Jain, Shallyee Shang,


Edit the php.ini file and go up to the 'Windows Extensions'.
Add the entry for php_oci8.dll under this as:
extension=php_oci8.dll
Save the php.ini file.
Shutdown the Web server and restart it again. Hopefully it would work.
If you want to load it dynamically within a page use dl(php_oci8.dll')
Hope this helps...