summaryrefslogtreecommitdiff
path: root/ext/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* - getlogin() / getgroups() are not necessarily available everywherefoobar2005-05-093-1/+13
* change return type from NULL to FALSE when parameter parsing failedAntony Dovgal2005-01-281-27/+38
* MFB: fix posix_getsid() & posix_getpgid()Antony Dovgal2005-01-281-2/+20
* Argh.. Committed old patch.Magnus M��tt�2005-01-071-2/+3
* Added new function: posix_access()Magnus M��tt�2005-01-072-5/+45
* Simplify code via the use of macros.Ilia Alshanetsky2004-04-181-142/+39
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+49
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed paths in various tests. In certain conditions usage of partial fileIlia Alshanetsky2003-08-181-1/+2
* proto fixesAndrey Hristov2003-07-191-1/+1
* updating license information in the headers.James Cox2003-06-102-6/+6
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-1/+2
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-8/+4
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-41/+9
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* Make these all work with persistent streams too.Wez Furlong2002-09-251-11/+9
* - Fix ZTS built.Markus Fischer2002-06-041-2/+2
* - Move macro code into distinct function for easier debugging as suggested byMarkus Fischer2002-06-031-21/+29