> is it possible to use an actuall Oracle-Client (Version >= 9) > with PHP ?? > > Dose anyone habe experiences here ?
It's absolutely possible, and where most of my work lies day to day. Our DBA has chosen to hold off upgrading to 10g until it's better tested, so we still use 9i. (He cites a past experience of upgrading a prior company to 8i early on in its life and managing to insert duplicate primary keys.) For PHP 9i support you'd still compile using the --with-oci8 option. Once built PHP's "oci8" functions still apply to 9i. There are some 9i related comments on the php.net oci8 page: http://us4.php.net/manual/en/ref.oci8.php Cheers, Rick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php