summaryrefslogtreecommitdiff
path: root/ext/posix
Commit message (Expand)AuthorAgeFilesLines
* Skip test when SIGKILL is not definedMatteo Beccati2019-08-091-1/+2
* fix flaky posix testJoe Watkins2019-06-051-10/+1
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1514-14/+13
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1480-300/+300
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-6/+6
* Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-042-1/+4
|\
| * Fix bug #75481: makedev warningPeter Kokot2018-09-042-1/+4
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-09-012-0/+23
|\ \ | |/
| * Fix #75696: posix_getgrnam fails to print details of groupChristoph M. Becker2018-09-012-0/+23
| * year++Xinchen Hui2018-01-022-2/+2
* | year++Xinchen Hui2018-01-022-2/+2
* | Remove superfluous semicolonsTom Van Looy2017-06-263-3/+3
* | Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-2/+2
* | Add basic test for posix_setegid functionShaikhul Chowdhury2017-06-021-0/+12
* | Remove obsolete version checks from testsNikita Popov2017-02-025-212/+0
* | Merge branch 'PHP-7.1'Joe Watkins2017-01-111-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-111-1/+1
| |\
| | * Fixed bug #71219 configure script incorrectly checks for ttyname_rJoe Watkins2017-01-111-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
* | | Use new param API in posixSara Golemon2016-12-281-61/+74
|/ /
* | Fix #72948: Uncatchable "Catchable" fatal error for class to string conversionsChristoph M. Becker2016-09-036-6/+6
|/
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-301-1/+1
|\
| * Revert "Fixed bug #71219"Nikita Popov2016-07-301-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-301-1/+1
|\ \ | |/
| * Fixed bug #71219Nikita Popov2016-07-301-1/+1
* | Fix posix buildNikita Popov2016-05-011-1/+1
* | Fixed bug #72133 (php_posix_group_to_array crashes if gr_passwd is NULL)Xinchen Hui2016-05-011-2/+6
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| * bump yearXinchen Hui2015-01-152-2/+2
* | Fix posix_setrlimit segfaultNikita Popov2015-07-091-2/+1
* | Fix posix_setrlimit() to use int as values instead of strings.Magnus Määttä2015-07-091-15/+8
* | Add posix_setrlimit() FR #54603Magnus Määttä2015-07-084-2/+120
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-1/+4
* | bump yearXinchen Hui2015-01-152-2/+2
* | trailing whitespace removalStanislav Malyshev2015-01-102-31/+31
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-2125-106/+106
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-34/+34
* | skip posix 32-bitAndrea Faulds2014-11-289-4/+13
* | Fixes posix testsFlorian MARGAINE2014-11-099-1/+25
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
* | first show to make 's' work with size_tAnatol Belski2014-08-271-6/+6
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | master renames phase 1Anatol Belski2014-08-251-61/+61
* | ported ext/posixAnatol Belski2014-08-191-26/+26
* | basic macro replacements, all at onceAnatol Belski2014-08-191-37/+37
* | Fixed compatibilityDmitry Stogov2014-07-221-1/+2
* | added support for ext/posixDmitry Stogov2014-05-061-21/+20