Home
last modified time | relevance | path

Searched refs:entropy_file (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/session/tests/
H A Dsession_id_variation2.phpt7 session.entropy_file=
24 var_dump(ini_set("session.entropy_file", $filename));
/PHP-7.0/ext/session/
H A Dphp_session.h154 char *entropy_file; member
H A Dsession.c386 fd = VCWD_OPEN(PS(entropy_file), O_RDONLY); in php_session_create_id()
853 …py_file", "/dev/urandom", PHP_INI_ALL, OnUpdateString, entropy_file, php_ps_g…
856 …py_file", "/dev/arandom", PHP_INI_ALL, OnUpdateString, entropy_file, php_ps_g…
859 …ession.entropy_file", "", PHP_INI_ALL, OnUpdateString, entropy_file, php_ps_g…
/PHP-7.0/
H A Dphp.ini-development1448 ;session.entropy_file = /dev/urandom
H A Dphp.ini-production1448 ;session.entropy_file = /dev/urandom

Completed in 24 milliseconds