Home
last modified time | relevance | path

Searched refs:cookie (Results 26 – 43 of 43) sorted by relevance

12

/PHP-7.4/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt19 * Description : Get the session cookie parameters
H A Dsession_set_cookie_params_variation7.phpt19 * Description : Set the session cookie parameters
H A Drfc1867_sid_cookie.phpt2 session rfc1867 sid cookie
H A Drfc1867_sid_get_2.phpt22 PHPSESSID=rfc1867-tests-cookie
H A Drfc1867_sid_only_cookie.phpt2 session rfc1867 sid only cookie
H A Drfc1867_sid_invalid.phpt2 session rfc1867 sid cookie
H A Dsave_handler.inc25 // string $session_name - Session ID cookie name. Default: session.name
/PHP-7.4/ext/soap/
H A Dphp_http.c968 char *cookie; in make_http_soap_request() local
979 cookie = estrndup(cookie_itt, cookie_len); in make_http_soap_request()
981 eqpos = strstr(cookie, "="); in make_http_soap_request()
982 sempos = strstr(cookie, ";"); in make_http_soap_request()
991 cookie_len = strlen(cookie)-(eqpos-cookie)-1; in make_http_soap_request()
994 smart_str_appendl(&name, cookie, eqpos - cookie); in make_http_soap_request()
1001 char *options = cookie + cookie_len+1; in make_http_soap_request()
1038 efree(cookie); in make_http_soap_request()
/PHP-7.4/ext/ldap/
H A Dldap.c326 struct berval cookie = { 0L, NULL }; in _php_ldap_control_from_array() local
336 cookie.bv_val = ZSTR_VAL(tmpstring); in _php_ldap_control_from_array()
337 cookie.bv_len = ZSTR_LEN(tmpstring); in _php_ldap_control_from_array()
341 rc = ldap_create_page_control_value(ld, pagesize, &cookie, &control_value); in _php_ldap_control_from_array()
3973 char *cookie = NULL; in PHP_FUNCTION() local
4005 lcookie.bv_val = cookie; in PHP_FUNCTION()
4064 zval *link, *result, *cookie, *estimated; in PHP_FUNCTION() local
4145 ZEND_TRY_ASSIGN_REF_EMPTY_STRING(cookie); in PHP_FUNCTION()
4147 ZEND_TRY_ASSIGN_REF_STRINGL(cookie, lcookie.bv_val, lcookie.bv_len); in PHP_FUNCTION()
4677 ZEND_ARG_INFO(0, cookie)
[all …]
/PHP-7.4/
H A Dphp.ini-development1357 ; http://php.net/session.cookie-secure
1360 ; This option forces PHP to fetch and use a cookie for storing and maintaining
1367 ; Name of the session (used as cookie name).
1375 ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
1376 ; http://php.net/session.cookie-lifetime
1379 ; The path for which the cookie is valid.
1380 ; http://php.net/session.cookie-path
1383 ; The domain for which the cookie is valid.
1384 ; http://php.net/session.cookie-domain
1387 ; Whether or not to add the httpOnly flag to the cookie, which makes it
[all …]
H A Dphp.ini-production1357 ; http://php.net/session.cookie-secure
1360 ; This option forces PHP to fetch and use a cookie for storing and maintaining
1367 ; Name of the session (used as cookie name).
1375 ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
1376 ; http://php.net/session.cookie-lifetime
1379 ; The path for which the cookie is valid.
1380 ; http://php.net/session.cookie-path
1383 ; The domain for which the cookie is valid.
1384 ; http://php.net/session.cookie-domain
1387 ; Whether or not to add the httpOnly flag to the cookie, which makes it
[all …]
H A DUPGRADING129 . Starting with 7.4.11, incoming cookie names are not url-decoded. This was never
130 required by the standard, outgoing cookie names aren't encoded and this leads
H A DNEWS668 . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
1097 . Fixed bug #79174 (cookie values with spaces fail to round-trip). (cmb)
1180 . Fixed bug #78929 (plus signs in cookie values are converted to spaces).
2775 . Added support for the SameSite cookie directive, including an alternative
/PHP-7.4/ext/imap/
H A Dphp_imap.c3582 char *cookie = NIL; in PHP_FUNCTION() local
3982 for (param = bod->parameter; param && !cookie; param = param->next) { in PHP_FUNCTION()
3984 cookie = param->value; in PHP_FUNCTION()
3989 if (!cookie) { in PHP_FUNCTION()
3990 cookie = "-"; in PHP_FUNCTION()
3991 … } else if (strlen(cookie) > (SENDBUFLEN - 2 - 2 - 2)) { /* validate cookie length -- + CRLF * 2 */ in PHP_FUNCTION()
4006 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); in PHP_FUNCTION()
4018 spprintf(&tempstring, 0, "%s--%s--%s", mystring, cookie, CRLF); in PHP_FUNCTION()
/PHP-7.4/build/
H A Dphp.m41455 ]], [[cookie_io_functions_t cookie;]])],[have_cookie_io_functions_t=yes],[])
1470 ssize_t reader(void *cookie, char *buffer, size_t size)
1472 ssize_t writer(void *cookie, const char *buffer, size_t size)
1474 int closer(void *cookie)
1476 int seeker(void *cookie, off64_t *position, int whence)
1477 { ((struct cookiedata*)cookie)->pos = *position; return 0; }
1504 ]], [[_IO_cookie_io_functions_t cookie;]])], [have_IO_cookie_io_functions_t=yes], [])
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c944 uint32_t cookie; in lsapi_enterLVE() local
946 ret = (*fp_lve_enter)(s_lve, uid, -1, -1, &cookie); in lsapi_enterLVE()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます25751 # Web browser cookie files
25754 0 search/1 #\ HTTP\ Cookie\ File Web browser cookie text
25755 0 search/1 #\ Netscape\ HTTP\ Cookie\ File Netscape cookie text
25756 0 search/1 #\ KDE\ Cookie\ File Konqueror cookie text
28054 # Dynamic Disk Header cookie like cxsparse
H A Dmagic25751 # Web browser cookie files
25754 0 search/1 #\ HTTP\ Cookie\ File Web browser cookie text
25755 0 search/1 #\ Netscape\ HTTP\ Cookie\ File Netscape cookie text
25756 0 search/1 #\ KDE\ Cookie\ File Konqueror cookie text
28054 # Dynamic Disk Header cookie like cxsparse

Completed in 175 milliseconds

12