Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Move __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS defs earlier | Sara Golemon | 2015-08-20 | 1 | -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.h | Sara Golemon | 2015-08-20 | 1 | -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 year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | generalize the zend_long stuff | Anatol Belski | 2014-08-25 | 1 | -0/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Fixes to unified stdint usage | Anatol Belski | 2013-08-12 | 1 | -2/+10 |
| | | | | This recalls 14caf174ff219376e4f1234bd297ffe973cc416e | ||||
* | unify stdint type usage | Michael Wallner | 2013-08-06 | 1 | -0/+198 |
if you need C99 stdint types, just include "php_stdint.h" |