Home
last modified time | relevance | path

Searched refs:secure (Results 1 – 20 of 20) sorted by relevance

/PHP-5.5/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt48 ["secure"]=>
60 ["secure"]=>
72 ["secure"]=>
84 ["secure"]=>
96 ["secure"]=>
108 ["secure"]=>
H A Dsession_get_cookie_params_basic.phpt42 ["secure"]=>
55 ["secure"]=>
68 ["secure"]=>
H A Dsession_set_cookie_params_basic.phpt11 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
H A Dsession_set_cookie_params_variation1.phpt13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
H A Dsession_set_cookie_params_variation2.phpt13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
H A Dsession_set_cookie_params_variation4.phpt13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
H A Dsession_set_cookie_params_variation3.phpt13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
H A Dsession_set_cookie_params_variation5.phpt13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
H A Dsession_set_cookie_params_error.phpt11 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
/PHP-5.5/ext/standard/
H A Dhead.c76 …e_t expires, char *path, int path_len, char *domain, int domain_len, int secure, int url_encode, i… in php_setcookie() argument
159 if (secure) { in php_setcookie()
182 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
187 &path_len, &domain, &domain_len, &secure, &httponly) == FAILURE) { in PHP_FUNCTION()
191 …name_len, value, value_len, expires, path, path_len, domain, domain_len, secure, 1, httponly TSRML… in PHP_FUNCTION()
205 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
210 &path_len, &domain, &domain_len, &secure, &httponly) == FAILURE) { in PHP_FUNCTION()
214 …name_len, value, value_len, expires, path, path_len, domain, domain_len, secure, 0, httponly TSRML… in PHP_FUNCTION()
H A Dhead.h34 …e_t expires, char *path, int path_len, char *domain, int domain_len, int secure, int url_encode, i…
H A Dbasic_functions.c1462 ZEND_ARG_INFO(0, secure)
1472 ZEND_ARG_INFO(0, secure)
/PHP-5.5/ext/standard/tests/network/
H A Dsetcookie.phpt31 'Set-Cookie: name=value; secure',
/PHP-5.5/
H A DREADME.md7 [![Build Status](https://secure.travis-ci.org/php/php-src.png?branch=master)](http://travis-ci.org/…
H A Dphp.ini-development84 ; application users can inadvertently leak otherwise secure information.
1401 ; http://php.net/session.cookie-secure
H A Dphp.ini-production84 ; application users can inadvertently leak otherwise secure information.
1401 ; http://php.net/session.cookie-secure
H A DINSTALL132 (such as a secure server, or a different database driver), you may need
1084 need to have a different set of features (such as a secure server, or a
H A DNEWS266 secure). (CVE-2015-8867) (Stas)
/PHP-5.5/ext/session/
H A Dsession.c1658 zend_bool secure = 0, httponly = 0;
1661 …TSRMLS_CC, "Z|ssbb", &lifetime, &path, &path_len, &domain, &domain_len, &secure, &httponly) == FAI…
1677 …zend_alter_ini_entry("session.cookie_secure", sizeof("session.cookie_secure"), secure ? "1" : "0",…
2222 ZEND_ARG_INFO(0, secure)
/PHP-5.5/win32/
H A Dinstall.txt119 installation is the best choice to have your system secure and
502 it is more transparent and secure.

Completed in 155 milliseconds