summaryrefslogtreecommitdiff
path: root/ext/standard/php_filestat.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #16861.Yasuo Ohgaki2002-04-261-0/+2
| | | | | | | | | touch sets wrong atime or mtime when they are not specified. touch silently failed when HAVE_UTIME is not defined. (This needs more consideration. Which platform does not support it?) # Derick, after HAVE_UTIME issue is resovled, this should be merged. # or we can just merge 1st problem for now.
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* WhitespaceZeev Suraski2001-08-111-2/+2
|
* move some constants to a more appropriate placeDaniel Beulshausen2001-06-111-0/+17
|
* @ - Added disk_total_space() to return the total size of a filesystem.Jon Parise2001-05-151-0/+1
| | | | | @ (Patch from Steven Bower)
* @ - Renamed diskfreespace() to disk_free_space() to conform to establishedJon Parise2001-05-151-1/+1
| | | | | @ naming conventions. (jon)
* Rewrote stat() and fstat() to be memory efficient, due to a recentJason Greene2001-05-111-0/+5
| | | | | | | | thread on php-dev. Note: I added a macro that might have use in other instances, but for now is included in php_filestat.h
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Hardcode all functions which are mentioned in the Large File Support SpecSascha Schumann2000-12-071-2/+2
| | | | | http://ewe3.sas.com/standards/large.file/specs/api+.007.html
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+10
| | | | | | | | | 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.
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
| | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-5/+0
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* More php3_ annihilationZeev Suraski1999-12-181-3/+3
|
* - 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)
* More maintainer-mode cleanupsRasmus Lerdorf1999-12-051-0/+1
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+68
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.