Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API |
|
#
5da651fc |
| 26-Oct-2001 |
Andrei Zmievski |
Convert to use new parameter parsing API.
|
Revision tags: PRE_PARAMETER_PARSING_API |
|
#
5db38cae |
| 21-Oct-2001 |
foobar |
Fixed bugs: #13251, #9827, #11363
|
Revision tags: php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS |
|
#
97fea093 |
| 16-Sep-2001 |
Sterling Hughes |
Make rand thread safe when ZTS is defined.
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
42b5521a |
| 05-Sep-2001 |
foobar |
revert bad commit.
|
#
f7306ce0 |
| 03-Sep-2001 |
Jeroen van Wolffelaar |
Merge RAND_REDESIGN into MAIN
|
#
3e62bd08 |
| 22-Aug-2001 |
Jeroen van Wolffelaar |
Reverted the patch to main branch - should have branched whole ext/standard...
|
#
43c2bc36 |
| 22-Aug-2001 |
Jeroen van Wolffelaar |
Commit forgotten fix in crypt.c, oversight of a BC-problem
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
c0404f46 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
23b9300f |
| 06-Aug-2001 |
Sascha Schumann |
more tsrm cleanup
|
#
d800a2e1 |
| 04-Aug-2001 |
foobar |
- Fixed bug: #10822 - CRYPT_SALT_LENGTH is now set to the maximum length the system supports, like it has been in the documentation for ages. - The automatic salt is now also working li
- Fixed bug: #10822 - CRYPT_SALT_LENGTH is now set to the maximum length the system supports, like it has been in the documentation for ages. - The automatic salt is now also working like it should.
show more ...
|
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 |
|
#
8e006f81 |
| 06-May-2001 |
foobar |
Fix bug: #8834. Now there should be more random salts..
|
Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7 |
|
#
62c517d1 |
| 05-Apr-2001 |
foobar |
spaces to tabs
|
Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
#
b0af96a9 |
| 22-Feb-2001 |
Jon Parise |
The php_rand() and php_srand() functions added in the previous commit require the inclusion of php_rand.h.
|
#
118c0155 |
| 22-Feb-2001 |
James Moore |
Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and rand.
|
#
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 |
|
#
aff9ff83 |
| 08-Jan-2001 |
Derick Rethans |
- Fix for bug #8535 - floating point exception on FreeBSD while initializing crypt random numbers
|
#
62375ba7 |
| 07-Jan-2001 |
Derick Rethans |
- Fix for bug 7035, regarding PHP_MAX_SALT_LENGTH for OpenBsd
|
Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
949b0893 |
| 27-Nov-2000 |
Sascha Schumann |
The result of conv_z_macros and some manual conversion of "return_value.*=.*IS_STRING" constructs to RETVAL_STRINGL.
|
#
139d5c10 |
| 03-Nov-2000 |
Andi Gutmans |
- Make the random generator work again. This patch seems to work.
|
Revision tags: 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 |
|
#
08f75860 |
| 26-Jul-2000 |
Sascha Schumann |
Get rid of unnecessary preprocessor constructs.
|
#
30472a1c |
| 26-Jul-2000 |
Sascha Schumann |
Use the lcg as another entropy source for seeding the PRNG when creating a salt for crypt().
|