Searched refs:gc_divisor (Results 1 – 14 of 14) sorted by relevance
7 session.gc_divisor=1
7 session.gc_divisor=1000
8 session.gc_divisor=1000
11 session.gc_divisor=1
11 session.gc_divisor=1000
11 session.gc_divisor="100"45 var_dump(ini_set("session.gc_divisor", "100"));71 var_dump(ini_set("session.gc_divisor", "100"));
6 session.gc_divisor=1
165 zend_long gc_divisor; member
376 nrand = (zend_long) ((float) PS(gc_divisor) * php_combined_lcg()); in php_session_gc()798 …isor", "100", PHP_INI_ALL, OnUpdateSessionLong, gc_divisor, php_ps_…
141 ; session.gc_divisor1418 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator1419 ; and gc_divisor is the denominator in the equation. Setting this value to 11420 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance1430 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and1431 ; session.gc_divisor is the denominator in the equation. Setting this value to 11432 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance1440 session.gc_divisor = 1000
141 ; session.gc_divisor1420 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator1421 ; and gc_divisor is the denominator in the equation. Setting this value to 11422 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance1432 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and1433 ; session.gc_divisor is the denominator in the equation. Setting this value to 11434 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance1442 session.gc_divisor = 1000
Completed in 36 milliseconds