RE: Oracle Interface

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[snip]
How do I find out how my PHP was compiled? The documentation states:
  You have to compile PHP with the option --with-oracle[=DIR], where
DIR defaults to your environment variable ORACLE_HOME.

But I'm using PHP from the Red Hat default install (I didn't compile
it).

Also, do you know if this is Oracle version independent.  More
specifically will this work with Oracle 10g?
[/snip]

To find out how your PHP was compiled create a test page with this
only...

<?php

phpinfo();

?>

And then load the page from your web server. It will return a wealth of
information to you. As far as Oracle compatability it would be hard to
know with the info you provided, but you'll find out things like PHP
version when you do the test page.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux