Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/standard/
H A Dhead.c77 …e_t expires, char *path, int path_len, char *domain, int domain_len, int secure, int url_encode, i… in php_setcookie() argument
155 if (secure) { in php_setcookie()
178 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
183 &path_len, &domain, &domain_len, &secure, &httponly) == FAILURE) { in PHP_FUNCTION()
187 …name_len, value, value_len, expires, path, path_len, domain, domain_len, secure, 1, httponly TSRML… in PHP_FUNCTION()
201 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
206 &path_len, &domain, &domain_len, &secure, &httponly) == FAILURE) { in PHP_FUNCTION()
210 …name_len, value, value_len, expires, path, path_len, domain, domain_len, secure, 0, httponly TSRML… in PHP_FUNCTION()
H A Dhead.h33 …e_t expires, char *path, int path_len, char *domain, int domain_len, int secure, int url_encode, i…
H A Dbasic_functions.c1463 ZEND_ARG_INFO(0, secure)
1472 ZEND_ARG_INFO(0, secure)
/PHP-5.3/ext/session/
H A Dsession.c1540 zend_bool secure = 0, httponly = 0;
1543 …TSRMLS_CC, "Z|ssbb", &lifetime, &path, &path_len, &domain, &domain_len, &secure, &httponly) == FAI…
1559 …zend_alter_ini_entry("session.cookie_secure", sizeof("session.cookie_secure"), secure ? "1" : "0",…
2093 ZEND_ARG_INFO(0, secure)
/PHP-5.3/win32/
H A Dinstall.txt123 installation is the best choice to have your system secure and
243 Be aware, that this setup of PHP is not secure. If you would like to
244 have a secure PHP setup, you'd better go on the manual way, and set
635 it is more transparent and secure.
/PHP-5.3/
H A Dphp.ini-development84 ; application users can inadvertently leak otherwise secure information.
1496 ; http://php.net/session.cookie-secure
H A Dphp.ini-production84 ; application users can inadvertently leak otherwise secure information.
1496 ; 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

Completed in 60 milliseconds