Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Convert to use new parameter parsing API. | Andrei Zmievski | 2001-10-26 | 1 | -19/+10 |
| | |||||
* | Fixed bugs: #13251, #9827, #11363 | foobar | 2001-10-21 | 1 | -1/+1 |
| | |||||
* | Make rand thread safe when ZTS is defined. | Sterling Hughes | 2001-09-16 | 1 | -3/+4 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | revert bad commit. | foobar | 2001-09-05 | 1 | -0/+12 |
| | |||||
* | Merge RAND_REDESIGN into MAIN | Jeroen van Wolffelaar | 2001-09-03 | 1 | -12/+0 |
| | |||||
* | Reverted the patch to main branch - should have branched whole | Jeroen van Wolffelaar | 2001-08-22 | 1 | -2/+1 |
| | | | | | ext/standard... | ||||
* | Commit forgotten fix in crypt.c, oversight of a BC-problem | Jeroen van Wolffelaar | 2001-08-22 | 1 | -1/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -1/+1 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | - Fixed bug: #10822 | foobar | 2001-08-04 | 1 | -9/+5 |
| | | | | | | | - 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. | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -3/+2 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | Fix bug: #8834. Now there should be more random salts.. | foobar | 2001-05-06 | 1 | -1/+11 |
| | |||||
* | spaces to tabs | foobar | 2001-04-05 | 1 | -6/+6 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | The php_rand() and php_srand() functions added in the previous commit | Jon Parise | 2001-02-22 | 1 | -0/+1 |
| | | | | | require the inclusion of php_rand.h. | ||||
* | Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 ↵ | James Moore | 2001-02-22 | 1 | -14/+4 |
| | | | | and rand. | ||||
* | For those lucky systems with both random() and *rand48(), the random() | Jim Jagielski | 2001-02-06 | 1 | -6/+6 |
| | | | | | family is the prefered choice. So if both exist, we now choose that. | ||||
* | - Fix for bug #8535 - floating point exception on FreeBSD while initializing | Derick Rethans | 2001-01-08 | 1 | -1/+1 |
| | | | | | crypt random numbers | ||||
* | - Fix for bug 7035, regarding PHP_MAX_SALT_LENGTH for OpenBsd | Derick Rethans | 2001-01-07 | 1 | -1/+1 |
| | |||||
* | The result of conv_z_macros and some manual conversion of | Sascha Schumann | 2000-11-27 | 1 | -4/+1 |
| | | | | | "return_value.*=.*IS_STRING" constructs to RETVAL_STRINGL. | ||||
* | - Make the random generator work again. This patch seems to work. | Andi Gutmans | 2000-11-03 | 1 | -11/+12 |
| | |||||
* | Get rid of unnecessary preprocessor constructs. | Sascha Schumann | 2000-07-26 | 1 | -12/+7 |
| | |||||
* | Use the lcg as another entropy source for seeding the PRNG when creating | Sascha Schumann | 2000-07-26 | 1 | -3/+4 |
| | | | | | a salt for crypt(). | ||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | a second (cleaner?) try on warnings about unsupported functions | Hartmut Holzgraefe | 2000-05-27 | 1 | -5/+1 |
| | |||||
* | - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these | Andi Gutmans | 2000-05-27 | 1 | -1/+1 |
| | | | | | - functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD() | ||||
* | if a module provides a function it should also do so if the function | Hartmut Holzgraefe | 2000-05-26 | 1 | -1/+5 |
| | | | | | | | | 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' | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | proto-takeover from php3 | Hartmut Holzgraefe | 2000-05-17 | 1 | -1/+3 |
| | |||||
* | Put in a hack, so that users can compile PHP, even if the configure-time | Sascha Schumann | 2000-05-05 | 1 | -0/+11 |
| | | | | | checks failed to detect the capabilities of crypt(). | ||||
* | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -10/+0 |
| | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -31/+31 |
| | | | | | - Avoid declaring crypt() related salt types twice | ||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -1/+1 |
| | |||||
* | - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -1/+1 |
| | |||||
* | Cleanup patches | Zeev Suraski | 2000-02-05 | 1 | -2/+0 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -2/+2 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -4/+4 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | Use new Zend API. | Sascha Schumann | 1999-09-24 | 1 | -7/+7 |
| | |||||
* | Workaround for crypt() getting too few characters for salt. | Jakub Skopal | 1999-09-06 | 1 | -1/+4 |
| | |||||
* | merge in change: | Sascha Schumann | 1999-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Date: Monday June 28, 1999 @ 4:40 Author: bjh Update of /repository/php3/functions In directory php:/tmp/cvs-serv5697 Modified Files: crypt.c Log Message: Stop core dump using crypt() with standard DES. When PHP3_MAX_SALT_LEN = 2 adding the null terminator to the salt exceeds allocated space causing stack corruption. | ||||
* | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros. | ||||
* | A bunch of grunt work updating function entries and declarations. | Andrey Hristov | 1999-07-24 | 1 | -1/+1 |
| |