Home
last modified time | relevance | path

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

/PHP-7.0/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-7.0/ext/standard/
H A Dhead.c80 …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 Dhead.h41 …ring *value, time_t expires, zend_string *path, zend_string *domain, int secure, int url_encode, i…
H A Dbasic_functions.c1429 ZEND_ARG_INFO(0, secure)
1439 ZEND_ARG_INFO(0, secure)
/PHP-7.0/ext/standard/tests/strings/
H A Dcrypt.phpt38 …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 DREADME.md7 [![Build Status](https://secure.travis-ci.org/php/php-src.svg?branch=master)](http://travis-ci.org/…
H A DUPGRADING.INTERNALS297 save handlers are less secure and slower than PS_MOD_UPDATE_TIMESTAMP().
H A DUPGRADING559 . Added support for cryptographically secure user land RNG
H A Dphp.ini-development84 ; application users can inadvertently leak otherwise secure information.
1354 ; http://php.net/session.cookie-secure
H A Dphp.ini-production84 ; application users can inadvertently leak otherwise secure information.
1354 ; http://php.net/session.cookie-secure
H A DINSTALL130 (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 DNEWS2636 secure). (CVE-2015-8867) (Stas)
/PHP-7.0/ext/standard/tests/network/
H A Dsetcookie.phpt33 'Set-Cookie: name=value; secure',
/PHP-7.0/ext/ldap/tests/
H A DREADME66 CAVEAT: The current setup does not (yet) test secure connections.
/PHP-7.0/ext/session/
H A Dsession.c1747 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 Dinstall.txt119 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 Dmagic6688 >0 ubyte 0xd0 REAL/32 secure big partition

Completed in 94 milliseconds