summaryrefslogtreecommitdiff
path: root/ext/posix/posix.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-35/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+35
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-35/+0
* MFH: Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c)Arnaud Le Blanc2008-09-201-1/+1
* - Fixed foldingFelipe Pena2008-06-231-0/+1
* - Added arginfoFelipe Pena2008-06-231-35/+227
* - Fix build where __USE_GNU is used instead of _GNU_SOURCE to define utsname....Felipe Pena2008-06-221-0/+5
* There is no domainname element in utsname on OSXRasmus Lerdorf2008-05-051-1/+2
* MFH: fix foldingAntony Dovgal2008-05-041-4/+10
* MFH: fix 2 segfaults in ZTS modeAntony Dovgal2008-04-111-3/+3
* MFH: New way for check void parametersFelipe Pena2008-03-101-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: Show "wrong parameter count" error messagesHannes Magnusson2007-07-251-1/+1
* MFH: check for buflen (on FreeBSD _SC_GETGR_R_SIZE_MAX is not implemented)Antony Dovgal2007-02-221-0/+4
* MFHAntony Dovgal2007-02-101-1/+1
* MFH: fix #40410 (ext/posix does not compile on MacOS 10.3.9)Antony Dovgal2007-02-091-2/+2
* Fixed bug #40098 (php_fopen_primary_script() not thread safe).Ilia Alshanetsky2007-01-121-16/+28
* MFHSara Golemon2007-01-111-6/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix possible leaksAntony Dovgal2006-12-211-5/+18
* Fixed bug #39754 (Some POSIX extension functions not thread safe).Ilia Alshanetsky2006-12-071-11/+65
* Thread safety fixed for *nix systemsIlia Alshanetsky2006-11-301-5/+37
* protosHannes Magnusson2006-10-021-1/+1
* fix possible crash in posix_access()Nuno Lopes2006-09-161-0/+4
* last portion of z/Z fixesAntony Dovgal2006-08-311-12/+12