/PHP-7.0/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-7.0/ext/standard/ |
H A D | head.c | 80 …ring *value, time_t expires, zend_string *path, zend_string *domain, int secure, int url_encode, i… in php_setcookie() argument 175 if (secure) { in php_setcookie() 198 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local 201 &name, &value, &expires, &path, &domain, &secure, &httponly) == FAILURE) { in PHP_FUNCTION() 205 if (php_setcookie(name, value, expires, path, domain, secure, 1, httponly) == SUCCESS) { in PHP_FUNCTION() 219 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local 222 &name, &value, &expires, &path, &domain, &secure, &httponly) == FAILURE) { in PHP_FUNCTION() 226 if (php_setcookie(name, value, expires, path, domain, secure, 0, httponly) == SUCCESS) { in PHP_FUNCTION()
|
H A D | head.h | 41 …ring *value, time_t expires, zend_string *path, zend_string *domain, int secure, int url_encode, i…
|
H A D | basic_functions.c | 1429 ZEND_ARG_INFO(0, secure) 1439 ZEND_ARG_INFO(0, secure)
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | crypt.phpt | 38 …st use a randomly generated salt and a strong hash function to produce a secure hash. in %s on lin…
|
/PHP-7.0/ |
H A D | README.md | 7 [![Build Status](https://secure.travis-ci.org/php/php-src.svg?branch=master)](http://travis-ci.org/…
|
H A D | UPGRADING.INTERNALS | 297 save handlers are less secure and slower than PS_MOD_UPDATE_TIMESTAMP().
|
H A D | UPGRADING | 559 . Added support for cryptographically secure user land RNG
|
H A D | php.ini-development | 84 ; application users can inadvertently leak otherwise secure information. 1354 ; http://php.net/session.cookie-secure
|
H A D | php.ini-production | 84 ; application users can inadvertently leak otherwise secure information. 1354 ; http://php.net/session.cookie-secure
|
H A D | INSTALL | 130 (such as a secure server, or a different database driver), you may need 880 need to have a different set of features (such as a secure server, or a
|
H A D | NEWS | 2636 secure). (CVE-2015-8867) (Stas)
|
/PHP-7.0/ext/standard/tests/network/ |
H A D | setcookie.phpt | 33 'Set-Cookie: name=value; secure',
|
/PHP-7.0/ext/ldap/tests/ |
H A D | README | 66 CAVEAT: The current setup does not (yet) test secure connections.
|
/PHP-7.0/ext/session/ |
H A D | session.c | 1747 zend_bool secure = 0, httponly = 0; 1751 zend_parse_parameters(argc, "z|SSbb", &lifetime, &path, &domain, &secure, &httponly) == FAILURE) { 1774 zend_alter_ini_entry_chars(ini_name, secure ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); 2521 ZEND_ARG_INFO(0, secure)
|
/PHP-7.0/win32/ |
H A D | install.txt | 119 installation is the best choice to have your system secure and 493 it is more transparent and secure.
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 6688 >0 ubyte 0xd0 REAL/32 secure big partition
|