Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |