Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/
H A Dsess_sqlite.c186 …if ((int) ((float) PS(gc_divisor) * PS(gc_divisor) * php_combined_lcg(TSRMLS_C)) < PS(gc_probabili… in PS_GC_FUNC()
/PHP-5.3/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.3/ext/session/
H A Dphp_session.h115 long gc_divisor; member
H A Dsession.c797 …session.gc_divisor", "100", PHP_INI_ALL, OnUpdateLong, gc_divisor, php_ps_…
1499 nrand = (int) ((float) PS(gc_divisor) * php_combined_lcg(TSRMLS_C));
/PHP-5.3/
H A Dphp.ini-development164 ; session.gc_divisor
1536 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator
1537 ; and gc_divisor is the denominator in the equation. Setting this value to 1
1538 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1548 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
1549 ; session.gc_divisor is the denominator in the equation. Setting this value to 1
1550 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1558 session.gc_divisor = 1000
H A Dphp.ini-production164 ; session.gc_divisor
1536 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator
1537 ; and gc_divisor is the denominator in the equation. Setting this value to 1
1538 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1548 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
1549 ; session.gc_divisor is the denominator in the equation. Setting this value to 1
1550 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1558 session.gc_divisor = 1000

Completed in 22 milliseconds