summaryrefslogtreecommitdiff
path: root/ext/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fix isatty() and ttyname() (Closes #17323, #17333).Markus Fischer2002-06-031-8/+42
* - Fix posix_isatty() and posix_ttyname() (Closes #17323)Markus Fischer2002-05-201-6/+10
* p is set, but never used.Sascha Schumann2002-05-041-2/+1
* - Fix proto.Markus Fischer2002-04-231-1/+1
* Do NOT use c++ comments in c code!!!!!foobar2002-04-131-12/+18
* - Fix definesDerick Rethans2002-04-101-2/+2
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-7/+1
* When #if BLAHING a section, ensure to make it's prototype included. ReturnsDan Kalowsky2002-03-061-1/+3
* - More ZTS fixesDerick Rethans2002-03-061-2/+2
* - Introduced posix_errno() (get error number from last error message) andMarkus Fischer2002-03-052-323/+407
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
* Update headers.Sebastian Bergmann2001-12-112-4/+4
* Unified the configure messages.foobar2001-11-301-3/+3
* - PrototypesDerick Rethans2001-11-081-17/+17
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-36/+36
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Cleanup. (some relics from php3 era?)foobar2001-08-081-11/+3
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+0
* Check for getpgid (torben@php.net)Jason Greene2001-07-051-1/+1
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-21/+11
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-4/+17
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()Andi Gutmans2000-11-021-1/+1
* I SHALL NOT TOUCH A RELEASE CANDIDATE!Hartmut Holzgraefe2000-10-091-4/+0
* added support for GNU-specific domainname field in unameHartmut Holzgraefe2000-10-091-0/+4
* - Clean-up original code and add to NEWS.Andi Gutmans2000-10-051-8/+13
* Fixed posix_addlimit() when adding the string "unlimited" to the result.Alexander Feldman2000-10-051-2/+2
* fixed ZTS compileThies C. Arntzen2000-08-041-0/+1