Home
last modified time | relevance | path

Searched refs:session (Results 251 – 275 of 287) sorted by relevance

1...<<1112

/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug66141.phpt18 $db->query('set session sql_mode="NO_BACKSLASH_ESCAPES"');
/PHP-5.5/ext/snmp/
H A Dphp_snmp.h89 struct snmp_session *session; member
/PHP-5.5/ext/curl/tests/
H A Dcurl_setopt_array_basic.phpt12 * Description: Sets multiple options for a cURL session.
H A Dcurl_basic_017.phpt10 * Description: Perform a cURL session
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pam_sha256.phpt49 if (!$link->query("SET @@session.old_passwords=2")) {
50 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
H A Dmysqli_pam_sha256_public_key_ini.phpt62 if (!$link->query("SET @@session.old_passwords=2")) {
63 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
H A Dmysqli_pam_sha256_public_key_option.phpt59 if (!$link->query("SET @@session.old_passwords=2")) {
60 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt59 if (!$link->query("SET @@session.old_passwords=2")) {
60 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
/PHP-5.5/ext/oci8/
H A Doci8.c2284 PHP_OCI_CALL(OCISessionEnd, (connection->svc, connection->err, connection->session, (ub4) 0)); in php_oci_connection_close()
2296 if (connection->session) { in php_oci_connection_close()
2297 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->session, OCI_HTYPE_SESSION)); in php_oci_connection_close()
2409 connection->session = NULL; in php_oci_connection_release()
2974 …CI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->session), OCI_HTYPE_SESSI… in php_oci_old_create_session()
3048 …_G(errcode), OCIAttrSet, (connection->svc, OCI_HTYPE_SVCCTX, connection->session, 0, OCI_ATTR_SESS… in php_oci_old_create_session()
3082 …I_G(errcode), OCISessionBegin, (connection->svc, OCI_G(err), connection->session, (ub4) cred_type,… in php_oci_old_create_session()
3251 connection->session = NULL; in php_oci_create_session()
3325 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, errh, (ub1 *)"NEXT_P… in php_oci_ping_init()
3332 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIMemoryAlloc, (connection->session, errh, (void **)&next_pin… in php_oci_ping_init()
[all …]
H A Doci8_interface.c1769 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SE…
1827 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SE…
1858 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SE…
1889 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SE…
/PHP-5.5/ext/oci8/tests/
H A Dfield_funcs3.phpt19 oci8_test_sql_execute($c, array("alter session set nls_date_format = 'DD-MON-YYYY'"));
H A Ddriver_name.phpt41 from v\$session_connect_info sci, v\$session s
H A Dedition_2.phpt111 $alter_stmt = "alter session set edition = MYEDITION1";
115 echo "Get the value set to MYEDITION1 with alter session\n";
222 Get the value set to MYEDITION1 with alter session
H A Dbug43497.phpt17 function sessionid($c) // determines and returns current session ID
19 $query = "select sid from v\$session where audsid = userenv('sessionid')";
H A Dpassword.phpt19 "grant connect, create session to testuser"
H A Dpassword_2.phpt19 "grant connect, create session to testuser"
H A Dbind_char_2_11gR1.phpt24 "alter session set nls_date_format='YYYY-MM-DD'",
H A Dbug43497_92.phpt21 function sessionid($c) // determines and returns current session ID
23 $query = "select sid from v\$session where audsid = userenv('sessionid')";
H A Dbind_char_2.phpt27 "alter session set nls_date_format='YYYY-MM-DD'",
H A Dbug41069.phpt20 "alter session set nls_date_format = 'MM/DD/YYYY'",
/PHP-5.5/main/streams/
H A Dphp_stream_transport.h192 php_stream *session; member
/PHP-5.5/sapi/aolserver/
H A DREADME55 ns_param php_value "session.auto_start 1"
/PHP-5.5/ext/session/
H A Dsession.c2355 static PHP_RINIT_FUNCTION(session) /* {{{ */
2361 static PHP_RSHUTDOWN_FUNCTION(session) /* {{{ */
2403 static PHP_MINIT_FUNCTION(session) /* {{{ */
2443 static PHP_MSHUTDOWN_FUNCTION(session) /* {{{ */
2464 static PHP_MINFO_FUNCTION(session) /* {{{ */
2806 PHP_MINIT(session), PHP_MSHUTDOWN(session),
2807 PHP_RINIT(session), PHP_RSHUTDOWN(session),
2808 PHP_MINFO(session),
2818 ZEND_GET_MODULE(session)
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c556 if (cparam->inputs.session) { in php_openssl_setup_crypto()
557 if (cparam->inputs.session->ops != &php_openssl_socket_ops) { in php_openssl_setup_crypto()
559 …} else if (((php_openssl_netstream_data_t*)cparam->inputs.session->abstract)->ssl_handle == NULL) { in php_openssl_setup_crypto()
562 …SSL_copy_session_id(sslsock->ssl_handle, ((php_openssl_netstream_data_t*)cparam->inputs.session->a… in php_openssl_setup_crypto()
/PHP-5.5/
H A DUPGRADING176 - setcookie(), setrawcookie() and ext/session now send Max-Age headers
481 - Added session.use_strict_mode in 5.5.3, which prevents session
482 fixation attacks and session collisions.

Completed in 70 milliseconds

1...<<1112