summaryrefslogtreecommitdiff
path: root/ext/standard/php_random.h
Commit message (Collapse)AuthorAgeFilesLines
* 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