Home
last modified time | relevance | path

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

/PHP-5.3/ext/session/tests/
H A Dsession_id_variation2.phpt24 var_dump(ini_set("session.entropy_length", filesize($filename)));
/PHP-5.3/ext/session/
H A Dphp_session.h105 long entropy_length; member
H A Dsession.c406 if (PS(entropy_length) > 0) { in php_session_create_id()
409 size_t toread = PS(entropy_length); in php_session_create_id()
434 int to_read = PS(entropy_length); in php_session_create_id()
809 …ssion.entropy_length", "0", PHP_INI_ALL, OnUpdateLong, entropy_length, php_ps_gl…
/PHP-5.3/
H A Dphp.ini-development1606 session.entropy_length = 0
1611 ; On windows, setting the entropy_length setting will activate the
H A Dphp.ini-production1606 session.entropy_length = 0
1611 ; On windows, setting the entropy_length setting will activate the

Completed in 24 milliseconds