Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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
154 if (secure) { in php_setcookie()
177 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
182 &path_len, &domain, &domain_len, &secure, &httponly) == FAILURE) { in PHP_FUNCTION()
186 …name_len, value, value_len, expires, path, path_len, domain, domain_len, secure, 1, httponly TSRML… in PHP_FUNCTION()
200 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
205 &path_len, &domain, &domain_len, &secure, &httponly) == FAILURE) { in PHP_FUNCTION()
209 …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.c1459 ZEND_ARG_INFO(0, secure)
1468 ZEND_ARG_INFO(0, secure)
/PHP-5.4/ext/session/
H A Dsession.c1558 zend_bool secure = 0, httponly = 0;
1561 …TSRMLS_CC, "Z|ssbb", &lifetime, &path, &path_len, &domain, &domain_len, &secure, &httponly) == FAI…
1577 …zend_alter_ini_entry("session.cookie_secure", sizeof("session.cookie_secure"), secure ? "1" : "0",…
2091 ZEND_ARG_INFO(0, secure)
/PHP-5.4/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.4/
H A Dphp.ini-development84 ; application users can inadvertently leak otherwise secure information.
1392 ; http://php.net/session.cookie-secure
H A Dphp.ini-production84 ; application users can inadvertently leak otherwise secure information.
1392 ; 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 DNEWS53 secure). (Stas)

Completed in 122 milliseconds