/PHP-5.4/ext/session/tests/ |
H A D | session_get_cookie_params_variation1.phpt | 48 ["secure"]=> 60 ["secure"]=> 72 ["secure"]=> 84 ["secure"]=> 96 ["secure"]=> 108 ["secure"]=>
|
H A D | session_get_cookie_params_basic.phpt | 42 ["secure"]=> 55 ["secure"]=> 68 ["secure"]=>
|
H A D | session_set_cookie_params_basic.phpt | 11 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
H A D | session_set_cookie_params_variation1.phpt | 13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
H A D | session_set_cookie_params_variation2.phpt | 13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
H A D | session_set_cookie_params_variation4.phpt | 13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
H A D | session_set_cookie_params_variation3.phpt | 13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
H A D | session_set_cookie_params_variation5.phpt | 13 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
H A D | session_set_cookie_params_error.phpt | 11 …t_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]…
|
/PHP-5.4/ext/standard/ |
H A D | head.c | 76 …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 D | head.h | 34 …e_t expires, char *path, int path_len, char *domain, int domain_len, int secure, int url_encode, i…
|
H A D | basic_functions.c | 1459 ZEND_ARG_INFO(0, secure) 1468 ZEND_ARG_INFO(0, secure)
|
/PHP-5.4/ext/session/ |
H A D | session.c | 1558 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 D | install.txt | 123 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 D | php.ini-development | 84 ; application users can inadvertently leak otherwise secure information. 1392 ; http://php.net/session.cookie-secure
|
H A D | php.ini-production | 84 ; application users can inadvertently leak otherwise secure information. 1392 ; http://php.net/session.cookie-secure
|
H A D | INSTALL | 132 (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 D | NEWS | 53 secure). (Stas)
|