Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Add php_random_int internal API | Leigh | 2016-10-20 | 1 | -0/+6 |
| | | | | This is the internal API compliment to `php_random_bytes` | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
* | Expose php_random_bytes as a first-class API within internals | Anthony Ferrara | 2015-12-08 | 1 | -0/+5 |
| | | | | This also defines two macros: php_random_bytes_throw and php_random_bytes_silent depending on use case which will throw exceptions or not respectively | ||||
* | Improve CSPRNG implementation | Leigh | 2015-05-09 | 1 | -0/+16 |
| | |||||
* | Initial implementation for CSPRNG API | SammyK | 2015-05-09 | 1 | -0/+33 |