Home
last modified time | relevance | path

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

/PHP-5.6/ext/session/tests/
H A Dsession_id_variation2.phpt7 session.entropy_file=
24 var_dump(ini_set("session.entropy_file", $filename));
/PHP-5.6/ext/session/
H A Dphp_session.h126 char *entropy_file; member
H A Dsession.c372 fd = VCWD_OPEN(PS(entropy_file), O_RDONLY); in php_session_create_id()
806 …py_file", "/dev/urandom", PHP_INI_ALL, OnUpdateString, entropy_file, php_ps_g…
809 …py_file", "/dev/arandom", PHP_INI_ALL, OnUpdateString, entropy_file, php_ps_g…
812 …ession.entropy_file", "", PHP_INI_ALL, OnUpdateString, entropy_file, php_ps_g…
/PHP-5.6/
H A Dphp.ini-development1553 ;session.entropy_file = /dev/urandom
H A Dphp.ini-production1553 ;session.entropy_file = /dev/urandom
H A DNEWS5058 . Changed session.entropy_file to default to /dev/urandom or /dev/arandom if

Completed in 56 milliseconds