summaryrefslogtreecommitdiff
path: root/main/php_stdint.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | Move __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS defs earlierSara Golemon2015-08-201-15/+19
| | | | | | | | | | | | These defines should apply to windows as well, so move them out of the non-windows specific section and always define them for C++ compilations.
* | Enable definitions of stdint.h limits/constants used by Zend/zend_long.hSara Golemon2015-08-201-0/+15
| | | | | | | | | | | | | | Define __STDC_LIMITS_MACROS and __STDC_CONSTANT_MACROS prior to including stdint.h for the first time so that it defines the INT64_MAX / INT64_C / etc... macros we use elsewhere when building for C++ (C already gets these).
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | generalize the zend_long stuffAnatol Belski2014-08-251-0/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Fixes to unified stdint usageAnatol Belski2013-08-121-2/+10
| | | | This recalls 14caf174ff219376e4f1234bd297ffe973cc416e
* unify stdint type usageMichael Wallner2013-08-061-0/+198
if you need C99 stdint types, just include "php_stdint.h"