Searched refs:entropy_length (Results 1 – 5 of 5) sorted by relevance
24 var_dump(ini_set("session.entropy_length", filesize($filename)));
105 long entropy_length; member
406 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…
1606 session.entropy_length = 01611 ; On windows, setting the entropy_length setting will activate the
Completed in 34 milliseconds