OCI problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
NoorAdiga
Forum Newbie
Posts: 5
Joined: Thu Dec 11, 2008 6:10 pm

OCI problem

Post by NoorAdiga »

Hey!
I'm making a project using php5 and Oracle 10 g, but I 've a problem configuring 'em together
I uncomment the line extension=php_oci8.dll
and updated the line extension_dir = "./ext"
and when I try to execute phpinfo();
I still can't find a section for OCI8 ....

what else should I do ?!?
:?

Thnx in advance,
Noor
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Re: OCI problem

Post by infolock »

maybe this tutorial will help.
Post Reply