summaryrefslogtreecommitdiff
path: root/ext/posix/posix.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-5/+5
* Cleanup type conversionDmitry Stogov2017-12-071-4/+2
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-2/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in posixSara Golemon2016-12-281-61/+74
* 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-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | 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-081-1/+97
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-30/+30
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-34/+34
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | 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
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-16/+16
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-1/+1
|\
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+12
| * - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-1/+1
| * * fixed bug #49819: STDOUT losing data with posix_isatty()Michael Wallner2010-05-181-1/+3
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-3/+3
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-1/+1
* | * fixed bug #49819: STDOUT losing data with posix_isatty()Michael Wallner2010-05-181-1/+3
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-6/+3
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Add missing open_basedir check in posix_mkfifoRasmus Lerdorf2009-09-291-1/+2
* - Fix CS and remove extra strlen() callJani Taskinen2009-08-061-1/+3
* The user argument cannot be NULL here - fixes 2 testsRasmus Lerdorf2009-08-061-0/+2
* - Fixed bug #49132 (posix_times returns false without error)Felipe Pena2009-08-011-1/+1
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1