[PHP-DB] Setting up php4.2 and Oracle From: Florian Clever (clever <email protected>)
Date: 09/29/00

Hi,

so you are trying to use the OCI8 extension. In order to do that you
just need php_oci8.dll (You can download it and many other real cool
extensions from www.php4win.de).
Now in php.ini there is a section extensions: Add (or if you use the
php4win.de ini it is listed already)
extension=php_oci8.dll
That should be all.
PS: I think you need to have the Oracle 8.1.6 client libs on the
webserver.

Good Luck,
Flori

>Good afternoon,
>
>I am currently trying to configure php 4.2 on NT with Oracle. I have done
>some poking around and found that on UNIX you would use the configure
>command to link PHP to Oracle. On NT this does not seem to be an option
>(correct me if I'm wrong). The documentation also states that you can
>configure PHP to work with databases in the php.ini file. Unless I'm blind
>I can not find the section of the ini file that specifies any kind of Oracle
>configuration settings. Can any help me with this issue? If someone could
>just send me an example of an ini that shows how you can configure php with
>Oracle I would appreciate it. Thank you in advance for your help.
>
>Regards,
>Eric

-- 

Florian Clever

fc <email protected> http://www.Clever-Software-Solutions.de/

PGP Key @ ldap://certserver.pgp.net/

* On the keyboard of life, always keep one finger on the escape key. *

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>