summaryrefslogtreecommitdiff
path: root/ext/standard/random.c
Commit message (Expand)AuthorAgeFilesLines
* Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-1/+1
* Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-021-3/+3
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Merge branch 'PHP-7.4'Nikita Popov2019-09-031-1/+1
|\
| * Use unsigned subtraction in php_random_int()Nikita Popov2019-09-031-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-011-0/+8
|\ \ | |/
| * Msan: Unpoison getrandom() syscall resultNikita Popov2019-07-011-0/+8
* | Make zpp failures always throw, independent of strict_typesNikita Popov2019-03-111-2/+2
|/
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Fix coding styleAnatol Belski2018-07-061-2/+2
* random_bytes improvements for FreeBSD (from 12.x serie)David Carlier2018-07-061-3/+10
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2krakjoe2017-11-221-9/+3
|\
| * Fix bug #75409Scott2017-11-221-9/+3
* | 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