Re: [PHP] Oracle module installation

2001-08-16 Thread Rasmus Lerdorf

>  I am under the  (possibly flawed) assumption that you need to
>  have the oracle client installed on the web server in order
>  to use the oracle PHP module.  Since I don't want to use the
>  client on this machine at all, I would prefer to use the Perl
>  DBI/DBD modules to connect to the database.  Is there a way
>  to access perl calls and return data from them from PHP?

The Perl DBI/DBD stuff needs exactly the same Oracle client library that
PHP does.

-Rasmus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Oracle module installation

2001-08-16 Thread Mike Kelland



 I am under the  (possibly flawed) assumption that you need to 
 have the oracle client installed on the web server in order 
 to use the oracle PHP module.  Since I don't want to use the 
 client on this machine at all, I would prefer to use the Perl 
 DBI/DBD modules to connect to the database.  Is there a way 
 to access perl calls and return data from them from PHP?
 
 Thanks,
 Mike


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]