i used pear::db to connect oracle9i, like this
$dbh=DB::connect('oracle://root:root@localhost/testdb');
why always report error,faint.
should i have to REbuild php with oci8 or with oracle?
i have installed php by rpm package. php-4.1.2
Thanks in advance.