--TEST-- Verify that the Driver Name attribute is set --SKIPIF-- (11.2|12)/', $phpinfo); if ($iv != 1) { die ("skip test expected to work only with Oracle 11g or greater version of client"); } } else { die ("skip test expected to work only with Oracle 11g or greater version of server"); } ?> --FILE-- --EXPECT-- **Test 1.1 - Default values for the attribute ************** The value of DRIVER_NAME is PHP OCI8 ***Test 1.2 - Get the values from different connections ************** Testing with oci_pconnect() The value of DRIVER_NAME is PHP OCI8 Testing with oci_new_connect() The value of DRIVER_NAME is PHP OCI8 Done