summaryrefslogtreecommitdiff
path: root/ext/posix
Commit message (Expand)AuthorAgeFilesLines
* Adding a test for ext/posix/tests/posix_getegid_basic.phptmichelangelo2012-06-101-0/+15
* Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
* - Year++Felipe Pena2012-01-012-2/+2
* Fixing SKIPIFUlf Wendel2011-09-061-1/+1
* Fixing SKIPIFUlf Wendel2011-09-061-1/+1
* - add skipifPierre Joye2011-09-068-0/+48
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-012-2/+2
* - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+12
* Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix...Kalle Sommer Nielsen2010-08-115-5/+5
* - 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
* - Fix test (Bug #51035)Felipe Pena2010-02-151-2/+2
* - Removed duplicate tests (bug #51007)Jani Taskinen2010-02-121-35/+0
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* These tests don't work when run as rootRasmus Lerdorf2009-11-2512-3/+15
* Need the PCNTL extension loaded since that is where the SIGKILL constant come...Rasmus Lerdorf2009-11-231-0/+1
* This will only get a permission defined error if not running as root.Rasmus Lerdorf2009-11-231-0/+1
* Add missing open_basedir check in posix_mkfifoRasmus Lerdorf2009-09-291-1/+2
* Fixed testsDmitry Stogov2009-09-212-2/+4
* Fixed testsDmitry Stogov2009-09-215-5/+5
* More tests from 2009 testfestZoe Slattery2009-08-306-0/+285
* More tests from 2009 testfestZoe Slattery2009-08-283-0/+80
* Fix tests. Add missing SKIPIF sections so test do not run when POSIX extensio...andy wharmby2009-08-277-0/+47
* Test from 2009 testfestZoe Slattery2009-08-2634-0/+1143
* - 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
* Remove empty sections. Fix bad use of --SKIP--Zoe Slattery2009-07-217-7/+7
* New POSIX extension tests from Berlin UG TestFest 2009.andy wharmby2009-06-1516-0/+535
* Delete duplicate testandy wharmby2009-06-111-46/+0
* New POISX tests. Tested on Windows (all test SKIP), Linux and Linux 64andy wharmby2009-06-1118-0/+470
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
* MFH: fix typoJani Taskinen2009-01-211-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* Remove duff comment produced by the test generator toolAnt Phillips2008-12-054-16/+0
* - Fixed strange typosFelipe Pena2008-12-037-7/+28
* - Coverage++Felipe Pena2008-12-037-0/+101
* - 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-202-1/+17
* fixed tests not to rely on actual strings of errors, as those are not defined...Alexey Zakhlestin2008-07-042-25/+25
* - 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
* fix testsAntony Dovgal2008-04-112-4/+4
* MFH: fix 2 segfaults in ZTS modeAntony Dovgal2008-04-111-3/+3