summaryrefslogtreecommitdiff
path: root/ext/standard/php_random.h
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Add php_random_int internal APILeigh2016-10-201-0/+6
| | | | This is the internal API compliment to `php_random_bytes`
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
* Expose php_random_bytes as a first-class API within internalsAnthony Ferrara2015-12-081-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 implementationLeigh2015-05-091-0/+16
|
* Initial implementation for CSPRNG APISammyK2015-05-091-0/+33