Home
last modified time | relevance | path

Searched refs:session (Results 1 – 25 of 315) sorted by last modified time

12345678910>>...13

/PHP-7.4/
H A DNEWS745 . Fixed bug #79724 (Return type does not match in ext/session/mod_mm.c).
1644 . Fixed bug #78624 (session_gc return value for user defined session
1804 . Fixed bug #78624 (session_gc return value for user defined session
2059 . Fixed bug #77911 (Wrong warning for session.sid_bits_per_character). (cmb)
2736 . Fixed bug #74941 (session fails to start after having headers sent).
H A Dphp.ini-development136 ; session.gc_divisor
1345 ; Strict session mode does not accept an uninitialized session ID, and
1346 ; regenerates the session ID if the browser sends an uninitialized session ID.
1355 session.use_cookies = 1
1358 ;session.cookie_secure =
1373 session.auto_start = 0
1381 session.cookie_path = /
1385 session.cookie_domain =
1438 session.referer_check =
1468 session.sid_length = 26
[all …]
H A Dphp.ini-production136 ; session.gc_divisor
1345 ; Strict session mode does not accept an uninitialized session ID, and
1346 ; regenerates the session ID if the browser sends an uninitialized session ID.
1355 session.use_cookies = 1
1358 ;session.cookie_secure =
1373 session.auto_start = 0
1381 session.cookie_path = /
1385 session.cookie_domain =
1438 session.referer_check =
1468 session.sid_length = 26
[all …]
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1765 if (cparam->inputs.session) { in php_openssl_setup_crypto()
1766 if (cparam->inputs.session->ops != &php_openssl_socket_ops) { in php_openssl_setup_crypto()
1768 …} else if (((php_openssl_netstream_data_t*)cparam->inputs.session->abstract)->ssl_handle == NULL) { in php_openssl_setup_crypto()
1771 …SSL_copy_session_id(sslsock->ssl_handle, ((php_openssl_netstream_data_t*)cparam->inputs.session->a… in php_openssl_setup_crypto()
/PHP-7.4/ext/ftp/
H A Dftp.c1797 SSL_SESSION *session; in data_accept() local
1839 session = SSL_get_session(ftp->ssl_handle); in data_accept()
1840 if (session == NULL) { in data_accept()
1847 res = SSL_set_session(data->ssl_handle, session); in data_accept()
/PHP-7.4/ext/session/
H A Dsession.c2890 static PHP_RINIT_FUNCTION(session) /* {{{ */ in PHP_RINIT_FUNCTION() argument
2896 static PHP_RSHUTDOWN_FUNCTION(session) /* {{{ */ in PHP_RSHUTDOWN_FUNCTION() argument
2946 static PHP_MINIT_FUNCTION(session) /* {{{ */ in PHP_MINIT_FUNCTION() argument
2991 static PHP_MSHUTDOWN_FUNCTION(session) /* {{{ */ in PHP_MSHUTDOWN_FUNCTION() argument
3012 static PHP_MINFO_FUNCTION(session) /* {{{ */ in PHP_MINFO_FUNCTION() argument
3360 PHP_MINIT(session), PHP_MSHUTDOWN(session),
3361 PHP_RINIT(session), PHP_RSHUTDOWN(session),
3362 PHP_MINFO(session),
3375 ZEND_GET_MODULE(session)
/PHP-7.4/ext/session/tests/
H A Dbug80889a.phpt6 session.save_handler=whatever
9 $initHandler = ini_get('session.save_handler');
30 $setHandler = ini_get('session.save_handler');
H A Dbug80889.phpt6 session.save_handler=whatever
30 $initHandler = ini_get('session.save_handler');
32 $setHandler = ini_get('session.save_handler');
H A Dsession_name_variation1.phpt4 session.save_path=
5 session.name=PHPSESSID
6 session.save_handler=files
16 * Description : Get and/or set the current session name
17 * Source code : ext/session/session.c
52 Warning: session_start(): session.name cannot contain any of the following '=,; \t\r\n\013\014' in …
58 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
61 Warning: session_start(): session.name cannot contain any of the following '=,; \t\r\n\013\014' in …
H A Dbug80774.phpt5 if (!extension_loaded('session')) die("skip session extension not available");
H A Dsession_module_name_variation4.phpt6 session.gc_probability=1
7 session.gc_divisor=1
8 session.gc_maxlifetime=0
16 * Description : Get and/or set the current session module
17 * Source code : ext/session/session.c
36 // the session may have been GC'd or not; we accept either outcome
H A Dbug79091.phpt5 if (!extension_loaded('session')) die('skip session extension not available');
H A Dbug79413.phpt5 if (!extension_loaded('session')) die('skip session extension not available');
H A Dbug32330.phpt2 Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
6 session.use_trans_sid=0
7 session.use_cookies=1
8 session.name=sid
9 session.save_path="{TMP}"
10 session.gc_probability=1
11 session.gc_divisor=1
12 session.save_handler=files
H A Dsession_set_save_handler_sid_002.phpt4 session.save_handler=files
5 session.name=PHPSESSID
6 session.save_path="{TMP}"
64 var_dump(session_id(), ini_get('session.save_handler'), $_SESSION);
82 Next Error: Failed to create session ID: user (path: %s) in %s:%d
H A Dbug79221.phpt7 session.save_path=
8 session.name=PHPSESSID
9 session.serialize_handler=php
10 session.use_strict_mode=0
11 session.use_cookies=1
12 session.use_only_cookies=0
13 session.upload_progress.enabled=1
14 session.upload_progress.cleanup=0
17 session.upload_progress.freq=1%
20 PHPSESSID=session-upload
[all …]
H A Dbug79031.phpt32 // Shared object that acts as property of two another objects stored in session
/PHP-7.4/ext/openssl/tests/
H A Dsession_meta_capture.phpt2 Capture SSL session meta array in stream context
/PHP-7.4/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-7.4/ext/snmp/
H A Dsnmp.c427 if ((*session)->a) { \
428 efree((*session)->a); \
435 if (*session) { in netsnmp_session_free()
440 efree(*session); in netsnmp_session_free()
441 *session = NULL; in netsnmp_session_free()
1083 session = *session_p; in netsnmp_session_init()
1135 pptr = session->peername + strlen(session->peername); in netsnmp_session_init()
1164 pptr = session->peername + strlen(session->peername); in netsnmp_session_init()
1173 session->securityNameLen = strlen(session->securityName); in netsnmp_session_init()
1462 session = snmp_object->session; in php_snmp()
[all …]
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c199 if (H->session) { in oci_handle_closer()
200 OCIHandleFree(H->session, OCI_HTYPE_SESSION); in oci_handle_closer()
201 H->session = NULL; in oci_handle_closer()
468 H->last_err = OCIAttrSet(H->session, OCI_HTYPE_SESSION, in oci_handle_set_attribute()
489 H->last_err = OCIAttrSet(H->session, OCI_HTYPE_SESSION, in oci_handle_set_attribute()
510 H->last_err = OCIAttrSet(H->session, OCI_HTYPE_SESSION, in oci_handle_set_attribute()
531 H->last_err = OCIAttrSet(H->session, OCI_HTYPE_SESSION, in oci_handle_set_attribute()
741 H->last_err = OCIHandleAlloc(H->env, (dvoid**)&H->session, OCI_HTYPE_SESSION, 0, NULL); in pdo_oci_handle_factory()
760 H->last_err = OCIAttrSet(H->session, OCI_HTYPE_SESSION, in pdo_oci_handle_factory()
775 H->last_err = OCIAttrSet(H->session, OCI_HTYPE_SESSION, in pdo_oci_handle_factory()
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug70219_1.phpt2 Bug #70219 Use after free vulnerability in session deserializer
5 if (!extension_loaded("session")) {
11 ini_set('session.serialize_handler', 'php_serialize');

Completed in 70 milliseconds

12345678910>>...13