Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-05-05 | 1 | -7/+9 |
|\ | |||||
| * | Fix #79566: Private SHM is not private on Windows | Christoph M. Becker | 2020-05-05 | 1 | -7/+9 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-01-03 | 1 | -1/+7 |
|\ \ | |/ | |||||
| * | Fix #78538: shmop memory leak | Christoph M. Becker | 2020-01-03 | 1 | -1/+7 |
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-08-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix #78282: atime and mtime mismatch | Christoph M. Becker | 2019-08-06 | 1 | -1/+1 |
* | | | Fix #78282: atime and mtime mismatch | Christoph M. Becker | 2019-07-13 | 1 | -1/+1 |
* | | | Remove tsrm_config_common.h | Peter Kokot | 2019-07-13 | 1 | -69/+0 |
* | | | Remove unused tsrm_strtok_r() function | Nikita Popov | 2019-07-12 | 3 | -72/+1 |
* | | | Remove TSRM/tsrm_config.w32.h | Peter Kokot | 2019-07-10 | 3 | -16/+2 |
* | | | Remove PTHREADS_ASSIGN_VARS | Peter Kokot | 2019-07-05 | 1 | -28/+0 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-07-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-07-03 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix #78241: touch() does not handle dates after 2038 in PHP 64-bit | Christoph M. Becker | 2019-07-03 | 1 | -1/+1 |
* | | | Remove some old BeOS artefacts | Peter Kokot | 2019-07-02 | 1 | -3/+0 |
* | | | Remove TSRM_BASIC_CHECKS | Peter Kokot | 2019-07-01 | 1 | -8/+0 |
* | | | Sync functions checks | Peter Kokot | 2019-06-30 | 1 | -2/+0 |
* | | | implement tsrm_is_shutdown API | Joe Watkins | 2019-06-28 | 2 | -79/+44 |
* | | | This reverts 0e5d4ea55554872fe72e5d984b73fc21abc561fe to fix the build on MacOSX | Joe Watkins | 2019-06-11 | 1 | -7/+3 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-06-04 | 1 | -6/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-06-04 | 1 | -6/+0 |
| |\ \ | | |/ | |||||
| | * | Reload tsrmls_id in release builds as well | Nikita Popov | 2019-06-04 | 1 | -6/+0 |
| | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 3 | -4/+0 |
| | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 4 | -14/+14 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
| * | | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 2 | -2/+2 |
| * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 2 | -3/+0 |
| * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -7/+7 |
* | | | Remove unused variable | Gabriel Caruso | 2019-05-29 | 1 | -1/+0 |
* | | | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 2 | -20/+34 |
* | | | Remove TSRM configuration header | Peter Kokot | 2019-04-29 | 2 | -2/+2 |
* | | | Remove unused TSRM/readdir.h header | Peter Kokot | 2019-04-29 | 1 | -3/+0 |
* | | | Move Autoconf Archive macros to a common m4 dir | Peter Kokot | 2019-04-23 | 2 | -202/+0 |
* | | | Remove sinclude from tsrm.m4 | Peter Kokot | 2019-04-23 | 1 | -2/+0 |
* | | | Make tsrm_env_lock() void | Nikita Popov | 2019-04-11 | 2 | -8/+8 |
* | | | Remove HAVE_SIGNAL_H | Peter Kokot | 2019-04-07 | 1 | -2/+0 |
* | | | Remove HAVE_LIMITS_H | Peter Kokot | 2019-04-07 | 1 | -2/+0 |
* | | | tsrm environment lock | Joe Watkins | 2019-03-29 | 2 | -1/+22 |
* | | | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc. | Dmitry Stogov | 2019-03-14 | 2 | -27/+136 |
* | | | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.c | Dmitry Stogov | 2019-03-12 | 1 | -2/+2 |
* | | | Clean *nix build system | Peter Kokot | 2019-03-07 | 1 | -1/+0 |
* | | | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -21/+17 |
* | | | Remove AC_PROG_CC_C_O | Peter Kokot | 2019-03-03 | 1 | -1/+0 |
* | | | Stricter validation for popen mode argument on Windows | Nikita Popov | 2019-02-22 | 1 | -7/+7 |
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 7 | -63/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 2 | -2/+2 |
* | | | Future-proof email addresses... | Zeev Suraski | 2018-11-01 | 2 | -2/+2 |
* | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
* | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -6/+6 |
* | | | Remove HAVE_STDARG_H | Peter Kokot | 2018-09-18 | 2 | -5/+0 |