summaryrefslogtreecommitdiff
path: root/ext/standard/random.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-2/+2
|\
| * Fixed condition checkXinchen Hui2017-04-101-2/+2
* | Merge branch 'PHP-7.1'Nikita Popov2017-02-171-41/+45
|\ \ | |/
| * Fixed bug #74105Benjamin Robin2017-02-171-41/+45
* | Merge branch 'PHP-7.1'Nikita Popov2017-01-091-1/+1
|\ \ | |/
| * Fix check for linux getrandom syscallLeigh2017-01-091-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Use new param API in standardSara Golemon2016-12-301-6/+7
|/
* Add php_random_int internal APILeigh2016-10-201-24/+39
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Update random.cScott2015-12-081-1/+1
* Expose php_random_bytes as a first-class API within internalsAnthony Ferrara2015-12-081-9/+19
* Update random.cScott2015-12-011-2/+2
* Use arc4random on OpenBSD 5.5+ and NetBSD 7+Leigh2015-10-301-0/+5
* Remove arc4randomLeigh2015-10-261-2/+0
* Fixed bug #70641 (Random_* - Better compatibility on Linux distros)Scott2015-10-061-3/+9
* Remove makedev() check.Scott2015-09-291-8/+0
* Different error message if makedev check failsScott2015-09-291-1/+1
* Add support for getrandom(2), add type check on file descriptorScott2015-09-291-5/+58
* Merged RFC Random Functions Throwing Exceptions in PHP 7Bob Weinand2015-09-091-14/+19
* improve conditionAnatol Belski2015-08-121-1/+1
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* random_int: Fix power of two check.Lauri Kenttä2015-05-101-1/+1
* Add tests for CSPRNG, fix C99 commentsSammyK2015-05-091-16/+13
* Improve CSPRNG implementationLeigh2015-05-091-52/+105
* Initial implementation for CSPRNG APISammyK2015-05-091-0/+158