Forum Moderators: coopster

Message Too Old, No Replies

PHP oci Oracle connection problem

         

Ejdaha

9:03 am on Jan 30, 2007 (gmt 0)

10+ Year Member



Hi all
I uncomment php_oci.dll and then run this script
<?php
phpinfo();
?>

It just waits and that's all

But when I comment it, it gives the result and there is nor information about oci8

What is the reason?
I installed Apache, Php 4.4.0 and Oracle client. I can access to outside oracle database with it's programs. My Php is working good with Apache...
But what is the reason?
Thanks....

mcibor

3:03 pm on Jan 30, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have you seen the

[de.php.net...]

manual?

try also
error_reporting(E_ALL);
to see every error

Michal