mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Whoops... Ilia forgot a ')'
This commit is contained in:
parent
848684fa96
commit
646389a1ff
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ PS_GC_FUNC(sqlite)
|
||||||
* we need to occassionaly do so manually to prevent the sessions database
|
* we need to occassionaly do so manually to prevent the sessions database
|
||||||
* from endlessly growing.
|
* from endlessly growing.
|
||||||
*/
|
*/
|
||||||
if ((int) ((float) PS(gc_divisor) * PS(gc_divisor) * php_combined_lcg(TSRMLS_C)) < PS(gc_probability) {
|
if ((int) ((float) PS(gc_divisor) * PS(gc_divisor) * php_combined_lcg(TSRMLS_C)) < PS(gc_probability)) {
|
||||||
rv = sqlite_exec_printf(db, "VACUUM", NULL, NULL, NULL);
|
rv = sqlite_exec_printf(db, "VACUUM", NULL, NULL, NULL);
|
||||||
}
|
}
|
||||||
return SQLITE_RETVAL(rv);
|
return SQLITE_RETVAL(rv);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue