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().
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
#
fb39eda0 |
| 27-May-2000 |
Hartmut Holzgraefe |
a second (cleaner?) try on warnings about unsupported functions
|
#
afccb586 |
| 27-May-2000 |
Andi Gutmans |
- I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these - functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD()
|
#
69d1e788 |
| 26-May-2000 |
Hartmut Holzgraefe |
if a module provides a function it should also do so if the function is not functional due to configure findings the function should offer a meaningful warning if it is not supported inst
if a module provides a function it should also do so if the function is not functional due to configure findings the function should offer a meaningful warning if it is not supported instead of just beeing undefined i had already changed this in 'gd', now this is doing it for 'standard'
show more ...
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
#
e5a2f0f9 |
| 17-May-2000 |
Hartmut Holzgraefe |
proto-takeover from php3
|
Revision tags: php-4.0RC2 |
|
#
8570e0e3 |
| 05-May-2000 |
Sascha Schumann |
Put in a hack, so that users can compile PHP, even if the configure-time checks failed to detect the capabilities of crypt().
|
Revision tags: PHP-4.0-RC1 |
|
#
99e0b363 |
| 06-Mar-2000 |
Stig Bakken |
@Cleaned up extension namespace (Stig) Cleaned up extension namespace, and changed ext/standard into one single extension.
|
#
bf5cb890 |
| 26-Feb-2000 |
Zeev Suraski |
- Convert 'PHP3' to 'PHP' - Avoid declaring crypt() related salt types twice
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch
|
#
29280bb9 |
| 10-Feb-2000 |
Andi Gutmans |
- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
3a816341 |
| 05-Feb-2000 |
Zeev Suraski |
Cleanup patches
|