--TEST-- DRCP: oci_connect() --SKIPIF-- --INI-- oci8.connection_class=test oci8.old_oci_close_semantics=0 --FILE-- --EXPECTF-- resource(%d) of type (oci8 connection) This is with OCI_CONNECT..... The value of the package variable is 0 Package variable value set to 1000 Connection conn1 closed.... resource(%d) of type (oci8 connection) Select with connection 2 The value of the package variable is 0 Package variable value set to 100 resource(%d) of type (oci8 connection) Select with connection 3 The value of the package variable is 100 This is with oci_pconnect()..... resource(%d) of type (oci8 persistent connection) Package variable value set to 1000 Connection pconn1 closed.... resource(%d) of type (oci8 persistent connection) Select with persistent connection 2 The value of the package variable is 1000 Done