Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - #45430, windows implementation of crypt is not TS | Pierre Joye | 2008-07-28 | 1 | -33/+0 |
| | | | | | | | | | | - add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support - Make crypt features portable: - if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore - if one algo is missing, php's implemetation is used - Windows always use php's implementation - removed old code in windows/ | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | New crypt() implementation for win32 which is about 10 times faster and has ↵ | Dmitry Stogov | 2006-06-16 | 1 | -31/+4 |
| | | | | more friendly license. | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Fugbix typo. | Sebastian Bergmann | 2002-03-18 | 1 | -1/+1 |
| | |||||
* | Adding note about permission to distribute this code under the PHP license | Frank M. Kromann | 2002-03-18 | 1 | -0/+3 |
| | |||||
* | Enabling crypt() on Win32 | Frank M. Kromann | 2002-03-07 | 1 | -0/+57 |