Home
last modified time | relevance | path

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

/PHP-5.5/ext/session/tests/
H A Dsession_module_name_variation4.phpt7 session.gc_divisor=1
H A Dsession_set_save_handler_variation4.phpt7 session.gc_divisor=1
H A Dbug32330.phpt11 session.gc_divisor=1
/PHP-5.5/ext/session/
H A Dphp_session.h139 long gc_divisor; member
H A Dsession.c792 …session.gc_divisor", "100", PHP_INI_ALL, OnUpdateLong, gc_divisor, php_ps_…
1617 nrand = (int) ((float) PS(gc_divisor) * php_combined_lcg(TSRMLS_C));
/PHP-5.5/
H A Dphp.ini-development141 ; session.gc_divisor
1441 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator
1442 ; and gc_divisor is the denominator in the equation. Setting this value to 1
1443 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1453 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
1454 ; session.gc_divisor is the denominator in the equation. Setting this value to 1
1455 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1463 session.gc_divisor = 1000
H A Dphp.ini-production141 ; session.gc_divisor
1441 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator
1442 ; and gc_divisor is the denominator in the equation. Setting this value to 1
1443 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1453 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
1454 ; session.gc_divisor is the denominator in the equation. Setting this value to 1
1455 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1463 session.gc_divisor = 1000

Completed in 48 milliseconds