View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
07929 | Bug reports | Survey participants (Tokens) | public | 2013-06-17 11:11 | 2013-07-08 13:50 |
Reporter | mdekker | Assigned To | mdekker | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.00+ | ||||
Fixed in Version | 2.00+ | ||||
Summary | 07929: On windows no more than 32768 tokens can be generated | ||||
Description | Due to issues with rand() function on windows, the number of possible tokens is limited. (http://www.php.net/manual/en/function.rand.php) Change to use mt_rand | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 130611 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | . | ||||
Server OS (if known) | windows | ||||
Webserver software & version (if known) | . | ||||
PHP Version | . | ||||
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12609 |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12611 |
|
Moved rand() to mt_rand() |
|
2.00+ Build 130708 released. |
|
LimeSurvey: master 9270e1ea 2013-06-17 11:12 Details Diff |
fixed 07929: On windows no more than 32768 tokens can be generated |
Affected Issues 07929 |
|
mod - application/helpers/common_helper.php | Diff File | ||
LimeSurvey: 2.05 0d323780 2013-06-17 11:12 Details Diff |
fixed 07929: On windows no more than 32768 tokens can be generated |
Affected Issues 07929 |
|
mod - application/helpers/common_helper.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-17 11:11 | mdekker | New Issue | |
2013-06-17 11:11 | mdekker | Status | new => assigned |
2013-06-17 11:11 | mdekker | Assigned To | => mdekker |
2013-06-17 11:12 | mdekker | Changeset attached | => LimeSurvey master 9270e1ea |
2013-06-17 11:12 | mdekker | Note Added: 25564 | |
2013-06-17 11:12 | mdekker | Resolution | open => fixed |
2013-06-17 11:57 | mdekker | Changeset attached | => LimeSurvey 2.05 0d323780 |
2013-06-17 11:57 | mdekker | Note Added: 25567 | |
2013-06-17 11:59 | mdekker | Note Added: 25570 | |
2013-06-17 11:59 | mdekker | Status | assigned => resolved |
2013-06-17 11:59 | mdekker | Fixed in Version | => 2.00+ |
2013-07-08 13:50 | c_schmitz | Note Added: 25727 | |
2013-07-08 13:50 | c_schmitz | Status | resolved => closed |
2016-12-08 10:39 | c_schmitz | Category | Tokens => Survey participants (Tokens) |