summaryrefslogtreecommitdiff
path: root/ext/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* POSIX extension error testsSteve Seear2008-04-1113-0/+500
* POSIX extension variation testsSteve Seear2008-04-116-0/+1043
* MFH: New way for check void parametersFelipe Pena2008-03-101-1/+1
* MFH: 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
* MFH: Show "wrong parameter count" error messagesHannes Magnusson2007-07-251-1/+1
* TypoMartin Kraemer2007-03-141-1/+1
* MFH: fix #40678 (Cross compilation fails)Antony Dovgal2007-03-011-0/+2
* 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: (r-1.16) ttyname_r() is broken on BSDSara Golemon2007-01-051-1/+18
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* fix possible leaksAntony Dovgal2006-12-211-5/+18
* Fixed bug #39754 (Some POSIX extension functions not thread safe).Ilia Alshanetsky2006-12-072-12/+66
* Added missing function checksIlia Alshanetsky2006-11-301-1/+1
* 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-162-0/+16
* last portion of z/Z fixesAntony Dovgal2006-08-311-12/+12
* Added missing ifdef block.Ilia Alshanetsky2006-06-191-0/+2
* Added posix_initgroups() function.Ilia Alshanetsky2006-06-193-1/+24
* Added automatic module globals managementDmitry Stogov2006-06-151-6/+8
* Adjusted credits file so that it appears properly on phpinfo()Ilia Alshanetsky2006-04-071-1/+1
* bump year and license versionfoobar2006-01-012-6/+6
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - MFH: Fixed initializing and argument checking for posix_mknod().Derick Rethans2005-11-021-2/+6
* makedev is a macro on several systems.Magnus M��tt�2005-08-081-1/+1
* - Bumber up yearfoobar2005-08-032-2/+2
* typofoobar2005-06-301-1/+1
* - Added check for makedev systemcall, which Netware doesn't support.Derick Rethans2005-06-302-1/+5
* fix build on SolarisWez Furlong2005-06-062-0/+5
* Added new function: posix_mknod().Magnus M��tt�2005-05-133-1/+68