Home
last modified time | relevance | path

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

/PHP-7.0/ext/session/tests/
H A Dsession_id_variation2.phpt8 session.entropy_length=0
26 var_dump(ini_set("session.entropy_length", filesize($filename)));
/PHP-7.0/ext/session/
H A Dphp_session.h156 zend_long entropy_length; member
H A Dsession.c362 if (PS(entropy_length) > 0) { in php_session_create_id()
365 size_t toread = PS(entropy_length); in php_session_create_id()
390 int to_read = PS(entropy_length); in php_session_create_id()
854 …sion.entropy_length", "32", PHP_INI_ALL, OnUpdateLong, entropy_length, php_ps_gl…
857 …sion.entropy_length", "32", PHP_INI_ALL, OnUpdateLong, entropy_length, php_ps_gl…
860 …ssion.entropy_length", "0", PHP_INI_ALL, OnUpdateLong, entropy_length, php_ps_gl…
/PHP-7.0/
H A Dphp.ini-development1439 ;session.entropy_length = 32
1446 ; On windows, setting the entropy_length setting will activate the
H A Dphp.ini-production1439 ;session.entropy_length = 32
1446 ; On windows, setting the entropy_length setting will activate the

Completed in 24 milliseconds