summaryrefslogtreecommitdiff
path: root/ext/posix/php_posix.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2015-01-151-1/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Added posix_initgroups() function.Ilia Alshanetsky2006-06-191-0/+4
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Added new function: posix_mknod().Magnus M��tt�2005-05-131-0/+3
|
* - getlogin() / getgroups() are not necessarily available everywherefoobar2005-05-091-0/+4
|
* Added new function: posix_access()Magnus M��tt�2005-01-071-0/+3
| | | | | Feature requests: #29615, #14924
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - Introduced posix_errno() (get error number from last error message) andMarkus Fischer2002-03-051-4/+43
| | | | | | | | | | | | | | | | | | | | | | | posix_strerror() (convert error number into error string). - Do not output any error message if any of the function fails with FALSE return value. The proper way now is to call posix_errno() and posix_strerror() after encountering an error condition. - Function not support on a system no longer issue a 'not available' error but simply don't exist so we can safely use 'function_exists'. - Fixed protos. - Use new parameter parsing API. - posix_uname() may be aware of 'domainname' (GNU extension) - posix_getgrnam(), posix_getgrgid(): the returned information does no longer contains mixture of string and numbered keys (hash / array) but contains key 'member' with an array of all members in a list (or an empty array). This breaks BC but is the right thing IMHO.
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
|
* Added seteuid and setegid functions on request by max@valkyrie.sscf.ucsb.edu.Kristian Köhntopp2000-07-261-0/+3
| | | | | Also fixed the function detection for the HAVE_ functions.
* Some cosmetic changes.Egon Schmid2000-07-151-1/+1
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - Erased an extra line by mistakeAndi Gutmans2000-06-101-1/+1
|
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-4/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+97
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.