php-src/ext/random
Peter Kokot b1c34a9163
Normalize AC_CHECK_HEADER* arguments (#14723)
The m4_normalize is for Autoconf < 2.70 (on 2.70 and later versions a
blank-or-newline separated items can be expanded without using
backslash-newline). The order of headers in configure.ac is left as is
because the first few headers depend on checking other headers (for
those includes the 4th argument).
2024-06-29 19:49:12 +02:00
..
tests Merge branch 'PHP-8.3' 2024-02-29 18:15:09 +01:00
config.m4 Normalize AC_CHECK_HEADER* arguments (#14723) 2024-06-29 19:49:12 +02:00
config.w32 Add zend_random_bytes(), zend_random_bytes_insecure() functions (#14054) 2024-06-12 17:27:01 +02:00
CREDITS
csprng.c Rename HAVE_DECL_ARC4RANDOM_BUF to HAVE_ARC4RANDOM_BUF (#14565) 2024-06-13 22:36:05 +02:00
engine_combinedlcg.c random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02:00
engine_mt19937.c random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02:00
engine_pcgoneseq128xslrr64.c random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02:00
engine_secure.c random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02:00
engine_user.c random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02:00
engine_xoshiro256starstar.c random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02:00
gammasection.c random: Pass algorithm and state together as php_random_algo_with_state (#13350) 2024-02-25 20:48:58 +01:00
php_random_csprng.h random: Make php_random_bytes() useable early during engine startup (#14291) 2024-05-30 17:24:34 +02:00
php_random_uint128.h random: Split the uint128 implementation into its own header (#13132) 2024-01-17 16:07:45 +01:00
php_random_zend_utils.h Add zend_random_bytes(), zend_random_bytes_insecure() functions (#14054) 2024-06-12 17:27:01 +02:00
php_random.h Add zend_random_bytes(), zend_random_bytes_insecure() functions (#14054) 2024-06-12 17:27:01 +02:00
random_arginfo.h Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
random.c Add zend_random_bytes(), zend_random_bytes_insecure() functions (#14054) 2024-06-12 17:27:01 +02:00
random.stub.php Deprecate MT_RAND_PHP (#11560) 2023-07-07 12:16:48 +02:00
randomizer.c ext/random: Fix signess issues 2024-06-08 17:15:01 +01:00
zend_utils.c Add zend_random_bytes(), zend_random_bytes_insecure() functions (#14054) 2024-06-12 17:27:01 +02:00