summaryrefslogtreecommitdiff
path: root/ext/posix
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove unused Git attributes identPeter Kokot2018-07-252-6/+1
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-5/+5
* | | Merge branch 'pull-request/3288'Stanislav Malyshev2018-06-192-1/+4
|\ \ \
| * | | Fix bug #75481: makedev warningPeter Kokot2018-06-132-1/+4
| | |/ | |/|
| * | year++Xinchen Hui2018-01-022-2/+2
* | | Normalize the POSIX phpinfo outputPeter Kokot2018-06-021-3/+1
* | | Use int instead of long in protosGabriel Caruso2018-02-231-5/+5
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2022-22/+22
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-0424-105/+105
* | | Use %d when expecting line number in testsGabriel Caruso2018-02-021-1/+1
* | | year++Xinchen Hui2018-01-022-2/+2
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-5/+5
* | | Cleanup type conversionDmitry Stogov2017-12-071-4/+2
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-49/+0
| |/ |/|
* | 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