summaryrefslogtreecommitdiff
path: root/win32/php_stdint.h
Commit message (Collapse)AuthorAgeFilesLines
* MFT: VC10 build supportKalle Sommer Nielsen2009-12-031-1/+6
|
* - revert last commit and fix inlinePierre Joye2009-05-041-1/+2
|
* - a macro will just do it tooPierre Joye2009-05-041-2/+1
|
* - add llabsPierre Joye2009-05-041-0/+2
|
* - prevent redefinitionPierre Joye2009-01-271-0/+10
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* -MFH:Pierre Joye2008-07-281-0/+234
- #45430, windows implementation of crypt is not TS - 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/