--TEST-- Set and get of connection attributes across persistent connections and sysdba connection. --SKIPIF-- 1[012]\./', $phpinfo); if ($iv != 1) { die ("skip test expected to work only with Oracle 10g or greater version of client"); } } else { die ("skip test expected to work only with Oracle 10g or greater version of server"); } ?> --INI-- oci8.privileged_connect = On --FILE-- --EXPECTF-- **Set values using pconnect-1** resource(%d) of type (oci8 persistent connection) Value of MODULE has been set successfully Value of ACTION has been set successfully Value of CLIENT_INFO has been set successfully Value of CLIENT_IDENTIFIER has been set successfully **Get values using pconnect-2** resource(%d) of type (oci8 persistent connection) The value of MODULE is PHP TEST100 The value of ACTION is TASK100 The value of CLIENT_INFO is INFO1100 The value of CLIENT_IDENTIFIER is ID00100 **Get values using pconnect-3** resource(%d) of type (oci8 persistent connection) The value of MODULE is %s The value of ACTION is The value of CLIENT_INFO is The value of CLIENT_IDENTIFIER is **Re-open a pconnect()** resource(%d) of type (oci8 persistent connection) The value of MODULE is PHP TEST100 The value of ACTION is TASK100 The value of CLIENT_INFO is INFO1100 The value of CLIENT_IDENTIFIER is ID00100 Warning: oci_pconnect(): ORA-01031: %s on line %d bool(false) Done