Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 2 | -4/+0 |
* | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-28 | 1 | -0/+1 |
|\ | |||||
| * | Set up asan+ubsan scheduled build on azure | Nikita Popov | 2019-06-28 | 1 | -0/+1 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-12 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -2/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-03-19 | 1 | -51/+0 |
|\ \ | |/ | |||||
| * | Remove extension readmes | Peter Kokot | 2019-03-19 | 1 | -51/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-03-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 1 | -1/+1 |
* | | Adjust tests for zpp TypeError change | Nikita Popov | 2019-03-11 | 1 | -8/+0 |
|/ | |||||
* | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -3/+4 |
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 2 | -2/+2 |
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 1 | -2/+2 |
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 2 | -2/+1 |
* | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -3/+3 |
* | Remove IS_EXT_MODULE defines | Nikita Popov | 2018-09-16 | 1 | -2/+0 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 5 | -9/+2 |
* | Use int instead of long in protos | Gabriel Caruso | 2018-02-23 | 1 | -1/+1 |
* | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 1 | -1/+1 |
* | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 2 | -2/+2 |
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -3/+3 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
| * | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 2 | -1/+5 |
* | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 2 | -26/+26 |
* | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -37/+37 |
* | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -112/+0 |
* | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 2 | -2/+2 |
|\ \ | |||||
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 |
* | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -3/+3 |
|/ / | |||||
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -10/+10 |
* | | master renames phase 6 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -41/+41 |
* | | partially ported ext/pspell, should be more for zend_string usage | Anatol Belski | 2014-08-19 | 1 | -32/+32 |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -9/+9 |
* | | Unused variable | Xinchen Hui | 2014-08-15 | 1 | -14/+4 |
* | | Add support for pspell | Xinchen Hui | 2014-05-11 | 1 | -23/+28 |
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
* | Fix long-standing visual pain point: the misalignment of './configure help' t... | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
* | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -3/+3 |
* | - Fixed ZTS build | Felipe Pena | 2011-03-13 | 1 | -3/+3 |