OCI8 1.3.0 Beta & DRCP and oci_connect vs. oci_pconnect
485044Oct 22 2007 — edited Oct 27 2007Hi,
I've setup new OCI8 1.3.0 extension for PHP and also Database Resident Connection Pooling at DB.
Which function should be used to connect to DB: oci_connect or oci_pconnect.
Seems that both works, and both take advantage of DRCP. What is the functional difference between them when using DRCP at Database side?
Regards, Pawel