History log of /PHP-7.0/ext/standard/rand.c (Results 76 – 100 of 112)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9b888641 04-Sep-2001 Daniel Beulshausen

fix zts+win32 build


# 383691ee 03-Sep-2001 Derick Rethans

- Fix broken build
#- Please test before commit!


# efb83df9 03-Sep-2001 Jeroen van Wolffelaar

Kill some warnings/errors (reported by Sebastian, more to come, but
could take some time. Update of ZTS-builderrors is welcome)


# 72c7ae08 03-Sep-2001 Jeroen van Wolffelaar

Fix SIGSEGV because HAS_SRAND didn't check wether the entry existed at
all


# 92f1248a 03-Sep-2001 Jeroen van Wolffelaar

Update credits


# f7306ce0 03-Sep-2001 Jeroen van Wolffelaar

Merge RAND_REDESIGN into MAIN


Revision tags: php-4.0.7RC1
# 4d11d908 13-Aug-2001 Rasmus Lerdorf

Track down a few more functions that don't check for 0 args and use
faster mechanism


Revision tags: BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# 3c5ed324 20-Mar-2001 Fredrik Öhrn

Fix erronous out of bounds error message in rand(min,max)


Revision tags: php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# 118c0155 22-Feb-2001 James Moore

Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and rand.


# 82c2851b 19-Feb-2001 Derick Rethans

- Fix for bug 9277, two the same boundaries make sense in some cases


# e541a27e 06-Feb-2001 Jim Jagielski

For those lucky systems with both random() and *rand48(), the random()
family is the prefered choice. So if both exist, we now choose that.


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 7bb67a62 18-Jul-2000 Stig Bakken

@Set default include_path so PEAR files can be reached (Stig)


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# d1c1e99d 13-Jun-2000 Sascha Schumann

Rename phpmath.h to php_math.h.


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 398923de 22-May-2000 Hartmut Holzgraefe

in [mt_]rand(): (see BUG #3353)
- additional range checking for (max-min)<=[MT_]RAND_MAX
- [mt_]rand(0,[mt_]getrandmax()) will now work without integer overflow


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2
# b992f029 24-Apr-2000 Zeev Suraski

- Get rid of newly introduced warning


# 5da62dd5 22-Apr-2000 Andi Gutmans

- In Windows RAND_MAX is defined in stdlib.h
- Get rid of comment which is confusing.


# 44908999 22-Apr-2000 Andi Gutmans

- Hopefully fix mt_rand() functions under Windows. This patch will effect
all platforms so I hope it's OK.


Revision tags: PHP-4.0-RC1, php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time


12345