Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-09-01 | 2 | -0/+23 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-09-01 | 2 | -0/+23 |
| |\ | |||||
| | * | Fix #75696: posix_getgrnam fails to print details of group | Christoph M. Becker | 2018-09-01 | 2 | -0/+23 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE | Peter Kokot | 2018-07-30 | 1 | -5/+5 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 2 | -6/+1 |
* | | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -5/+5 |
* | | | Merge branch 'pull-request/3288' | Stanislav Malyshev | 2018-06-19 | 2 | -1/+4 |
|\ \ \ | |||||
| * | | | Fix bug #75481: makedev warning | Peter Kokot | 2018-06-13 | 2 | -1/+4 |
| | |/ | |/| | |||||
| * | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | | Normalize the POSIX phpinfo output | Peter Kokot | 2018-06-02 | 1 | -3/+1 |
* | | | Use int instead of long in protos | Gabriel Caruso | 2018-02-23 | 1 | -5/+5 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 22 | -22/+22 |
* | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 24 | -105/+105 |
* | | | 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 |