Home
last modified time | relevance | path

Searched refs:gc_divisor (Results 1 – 13 of 13) sorted by relevance

/PHP-7.1/ext/session/tests/
H A Dsession_module_name_variation4.phpt7 session.gc_divisor=1
H A Dsession_basic1.phpt7 session.gc_divisor=1000
H A Dsession_basic2.phpt8 session.gc_divisor=1000
H A Dbug32330.phpt11 session.gc_divisor=1
H A Dsession_basic4.phpt11 session.gc_divisor=1000
H A Dsession_set_save_handler_variation4.phpt7 session.gc_divisor=1
H A Dsession_set_save_handler_variation5.phpt6 session.gc_divisor=1
H A Dsession_basic3.phpt11 session.gc_divisor=1000
H A Dsession_basic5.phpt11 session.gc_divisor=1000
/PHP-7.1/ext/session/
H A Dphp_session.h165 zend_long gc_divisor; member
H A Dsession.c369 nrand = (zend_long) ((float) PS(gc_divisor) * php_combined_lcg()); in php_session_gc()
714 …session.gc_divisor", "100", PHP_INI_ALL, OnUpdateLong, gc_divisor, php_ps_…
/PHP-7.1/
H A Dphp.ini-development141 ; session.gc_divisor
1427 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator
1428 ; and gc_divisor is the denominator in the equation. Setting this value to 1
1429 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1439 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
1440 ; session.gc_divisor is the denominator in the equation. Setting this value to 1
1441 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1449 session.gc_divisor = 1000
H A Dphp.ini-production141 ; session.gc_divisor
1427 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator
1428 ; and gc_divisor is the denominator in the equation. Setting this value to 1
1429 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1439 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
1440 ; session.gc_divisor is the denominator in the equation. Setting this value to 1
1441 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1449 session.gc_divisor = 1000

Completed in 25 milliseconds