Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Use %d when expecting line number in tests | Gabriel Caruso | 2018-02-02 | 1 | -1/+1 | |
* | | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 | |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -5/+5 | |
* | | | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -4/+2 | |
* | | | Get rid of all these old package[2].xml files, most of these had no had a rel... | Kalle Sommer Nielsen | 2017-08-17 | 1 | -49/+0 | |
| |/ |/| | ||||||
* | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 3 | -3/+3 | |
* | | Avoid useless dereferences and separations during paramter passing. | Dmitry Stogov | 2017-06-19 | 1 | -2/+2 | |
* | | Add basic test for posix_setegid function | Shaikhul Chowdhury | 2017-06-02 | 1 | -0/+12 | |
* | | Remove obsolete version checks from tests | Nikita Popov | 2017-02-02 | 5 | -212/+0 | |
* | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-11 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-11 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fixed bug #71219 configure script incorrectly checks for ttyname_r | Joe Watkins | 2017-01-11 | 1 | -1/+1 | |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 | |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 | |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 2 | -2/+2 | |
* | | | Use new param API in posix | Sara Golemon | 2016-12-28 | 1 | -61/+74 | |
|/ / | ||||||
* | | Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions | Christoph M. Becker | 2016-09-03 | 6 | -6/+6 | |
|/ | ||||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-07-30 | 1 | -1/+1 | |
|\ | ||||||
| * | Revert "Fixed bug #71219" | Nikita Popov | 2016-07-30 | 1 | -1/+1 | |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-07-30 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fixed bug #71219 | Nikita Popov | 2016-07-30 | 1 | -1/+1 | |
* | | Fix posix build | Nikita Popov | 2016-05-01 | 1 | -1/+1 | |
* | | Fixed bug #72133 (php_posix_group_to_array crashes if gr_passwd is NULL) | Xinchen Hui | 2016-05-01 | 1 | -2/+6 | |
* | | 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 | |
* | | Fix posix_setrlimit segfault | Nikita Popov | 2015-07-09 | 1 | -2/+1 | |
* | | Fix posix_setrlimit() to use int as values instead of strings. | Magnus Määttä | 2015-07-09 | 1 | -15/+8 | |
* | | Add posix_setrlimit() FR #54603 | Magnus Määttä | 2015-07-08 | 4 | -2/+120 | |
* | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 2 | -1/+4 | |
* | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 | |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 2 | -31/+31 | |
* | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 25 | -106/+106 | |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -34/+34 | |
* | | skip posix 32-bit | Andrea Faulds | 2014-11-28 | 9 | -4/+13 | |
* | | Fixes posix tests | Florian MARGAINE | 2014-11-09 | 9 | -1/+25 | |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 | |
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -6/+6 | |
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -2/+2 | |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -61/+61 | |
* | | ported ext/posix | Anatol Belski | 2014-08-19 | 1 | -26/+26 | |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -37/+37 | |
* | | Fixed compatibility | Dmitry Stogov | 2014-07-22 | 1 | -1/+2 | |
* | | added support for ext/posix | Dmitry Stogov | 2014-05-06 | 1 | -21/+20 | |
* | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-04-14 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Fix test - on CI somebody could create a process in the meantime | Stanislav Malyshev | 2014-04-14 | 1 | -2/+2 | |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 | |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 | |
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -16/+16 |