summaryrefslogtreecommitdiff
path: root/win32/php_stdint.h
Commit message (Collapse)AuthorAgeFilesLines
* trailing whitespace removalStanislav Malyshev2015-01-101-10/+10
|
* fix commentAnatol Belski2014-11-061-1/+1
|
* Various fixes to allow support for new VS2014 featuresChris Tankersley2014-11-051-3/+12
| | | | | | | | - Added some typeof checks to handle JS errors introduced in VS2014 - Added VS2014 to the list of compilers - Changed to use stdint.h if we are using VS2014 or higher - Skip defining timespec if we're using VS2014 or higher - Moved u_char typedef out to always be defined regardless of VS version
* use stddef.h definitions for uintptr_t and intptr_tAnatol Belski2014-08-281-7/+2
|
* Merge remote-tracking branch 'php/master'Anatol Belski2014-08-211-0/+4
|\
| * avoid clash when stdint.h was included after win32/php_stdint.hAnatol Belski2014-08-211-0/+4
| |
* | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-0/+2
|/
* wrap int8_t and int16_t with #ifdef to avoid possible clashesAnatol Belski2014-08-071-0/+4
|
* 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/