Hi,
I just noticed that even AdoDB v5.16 uses deprecated OCI functions!
ie. connections are opened with ociplogon(), which is deprecated!
http ://www.php.net/ociplogon
I higly recomend to change those, because for example ociplogon() could be replaced with oci_pconnect() as is, parameters etc are identical. ociplogon() is actually alias for oci_pconnect()!
All of those deprecated aliases are removed in PHP5.4!
Cheers,
wilei |