summaryrefslogtreecommitdiff
path: root/ext/standard/flock_compat.c
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* removed NEW_LIBC checks in NETWAREAnantha Kesari H Y2004-09-251-4/+0
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Win32 build improvementsZeev Suraski2003-02-171-1/+0
|
* - Let's be consistent with these..foobar2003-02-171-1/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - Make it compile on IRIX againDerick Rethans2002-11-231-0/+1
| | | | | #- Tested with Linux/FreeBSD and IRIX
* correct the last patch: make flock() a function again when it is missingMarcus Boerger2002-11-121-1/+1
| | | | | #function name should be flock and not php_flock of cause
* make flock() a function again when it is missingMarcus Boerger2002-11-111-1/+4
|
* -make the flock() emulation a separate function named php_flock()Marcus Boerger2002-11-111-2/+4
| | | | | | -use a define to make php_flock() available as flock() when necessary # The emulated php_flock even works on NFS this will be used elsewhere.
* make flock PHPAPIMarcus Boerger2002-11-111-1/+1
|
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-0/+8
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-5/+4
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-3/+2
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Fine tune Andi's patchZeev Suraski2000-02-111-3/+3
|
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-3/+3
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* License updateZeev Suraski1999-07-161-20/+9
|
* * fixed some #if/#ifdef issuesStig Bakken1999-06-161-2/+2
| | | | | | | | | | | | * hand-patched in php3 changes from 3.0.6 to HEAD in these files: fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch] ext/standard/php3_string.h ext/standard/string.c * added some new file/socket macros for more readable code: FP_FGETS(buf,len,sock,fp,issock) FP_FREAD(buf,len,sock,fp,issock) FP_FEOF(sock,fp,issock) FP_FGETC(sock,fp,issock)
* * Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standardZeev Suraski1999-04-211-0/+230
* Fix Win32 compilation