| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 1 | -13/+13 |
| * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -2/+0 |
| * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 4 | -20/+20 |
| * | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2017-07-24 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-07-24 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Update PHP 5 version to 7 in header comments | Peter Kokot | 2017-07-24 | 1 | -1/+1 |
| | | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 |
| | | * | Document that ext/shmop deals with resources as of PHP 7.0.0 | Christoph M. Becker | 2016-10-07 | 1 | -6/+6 |
| | * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 |
| * | | | Deprecate track_errors / $php_errormsg | Nikita Popov | 2017-02-03 | 1 | -4/+4 |
| * | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 2 | -2/+2 |
| |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-10-07 | 1 | -6/+6 |
| |\ \ | |||||
| | * | | Document that ext/shmop deals with resources as of PHP 7.0.0 | Christoph M. Becker | 2016-10-07 | 1 | -6/+6 |
| | |/ | |||||
| * | | Fixed compilation warnings | Dmitry Stogov | 2016-06-23 | 1 | -2/+2 |
| * | | Merge branch 'PHP-7.0' | Matteo Beccati | 2016-03-30 | 2 | -33/+1 |
| |\ \ | |/ | |||||
| | * | Removed shmop test leaking an shm segment | Matteo Beccati | 2016-03-30 | 2 | -33/+1 |
| * | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
| |\ \ | |/ | |||||
| | * | 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 |
| | | * | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.0' | Matteo Beccati | 2015-11-10 | 2 | -8/+37 |
| |\ \ \ | |/ / | |||||
| | * | | Split shmop/tests/002.phpt in two (all + non-root) | Matteo Beccati | 2015-11-10 | 2 | -6/+33 |
| | * | | Fix bug #70886 in shmop/tests/002.phpt | Matteo Beccati | 2015-11-10 | 1 | -2/+4 |
| * | | | replace typedef by an appropriate include | Anatol Belski | 2015-10-10 | 1 | -1/+1 |
| |/ / | |||||
| * | | exclude a non windows test | Anatol Belski | 2015-07-19 | 1 | -0/+3 |
| * | | Added php tests to improve extension coverage | Edgar R. Sandi | 2015-07-07 | 1 | -0/+116 |
| * | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -2/+2 |
| * | | Remove these old references to the DSP files we don't use anymore | Kalle Sommer Nielsen | 2015-06-22 | 2 | -2/+0 |
| * | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
| * | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
| * | | Fixed shmop tests fails | Xinchen Hui | 2015-02-03 | 1 | -10/+12 |
| * | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -14/+23 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| * | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -7/+7 |
| * | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -18/+18 |
| * | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| * | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -107/+0 |
| * | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| * | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -2/+2 |
| |/ / | |||||
| * | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
| * | | master renames phase 1 | Anatol Belski | 2014-08-25 | 2 | -17/+17 |
| * | | ported ext/shmop | Anatol Belski | 2014-08-19 | 2 | -17/+16 |
| * | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
| * | | Refactored shmop | Xinchen Hui | 2014-05-16 | 1 | -35/+18 |
| |/ | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -3/+3 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
