summaryrefslogtreecommitdiff
path: root/win32/crypt_win32.h
Commit message (Collapse)AuthorAgeFilesLines
* - #45430, windows implementation of crypt is not TSPierre Joye2008-07-281-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 Bergmann2007-12-311-1/+1
|
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* New crypt() implementation for win32 which is about 10 times faster and has ↵Dmitry Stogov2006-06-161-31/+4
| | | | more friendly license.
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Fugbix typo.Sebastian Bergmann2002-03-181-1/+1
|
* Adding note about permission to distribute this code under the PHP licenseFrank M. Kromann2002-03-181-0/+3
|
* Enabling crypt() on Win32Frank M. Kromann2002-03-071-0/+57