summaryrefslogtreecommitdiff
path: root/ext/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixed testFelipe Pena2009-09-301-4/+0
* Add missing open_basedir check in posix_mkfifoRasmus Lerdorf2009-09-291-0/+4
* Fixed testsDmitry Stogov2009-09-212-2/+4
* More tests from 2009 testfestZoe Slattery2009-08-306-0/+289
* 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
* Internally-created array indices are unicode - fix tests to matchRasmus Lerdorf2009-07-265-49/+49
* Remove empty sections. Fix bad use of --SKIP--Zoe Slattery2009-07-217-7/+7
* add S_IRWXU and friends as defined POSIX constantsGwynne Raskind2009-06-231-1/+35
* New POSIX extension tests from Berlin UG TestFest 2009.andy wharmby2009-06-1514-0/+457
* 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
* Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-102-2/+2
* - Fix typoJani Taskinen2009-01-211-1/+1
* - Fixed testsFelipe Pena2009-01-051-1/+1
* 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
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-35/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+35
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-35/+0
* Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c)Arnaud Le Blanc2008-09-202-1/+17
* MFB: fixed tests not to rely on actual strings of errors, as those are not de...Alexey Zakhlestin2008-07-042-25/+25
* - MFB: Added arginfoFelipe Pena2008-06-231-35/+228
* - MFB: Fix build where __USE_GNU is used instead of _GNU_SOURCE to define uts...Felipe Pena2008-06-231-0/+5
* - Removed UEXPECT(F)Felipe Pena2008-05-276-612/+0
* - Fixed testsFelipe Pena2008-05-196-0/+120
* No domainname element in utsname on OSXRasmus Lerdorf2008-05-051-1/+1
* fix foldingAntony Dovgal2008-05-041-1/+2
* fix testsAntony Dovgal2008-04-112-6/+6
* fix 2 segfaults in ZTS modeAntony Dovgal2008-04-111-3/+3
* POSIX extension error testsSteve Seear2008-04-1113-0/+500
* POSIX extension variation tests (failing due to spurious array to string conv...Steve Seear2008-04-116-0/+1595
* New way for check void parametersFelipe Pena2008-03-041-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Show "wrong parameter count" error messagesHannes Magnusson2007-07-251-1/+1
* TypoMartin Kraemer2007-03-141-1/+1
* fix #40678 (Cross compilation fails)Antony Dovgal2007-03-011-0/+2
* check for buflen (on FreeBSD _SC_GETGR_R_SIZE_MAX is not implemented)Antony Dovgal2007-02-221-0/+4
* use the same ifdef anf get rid of "unused var" warningsAntony Dovgal2007-02-101-1/+1