Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #16861. | Yasuo Ohgaki | 2002-04-26 | 1 | -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 Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -2/+2 |
| | |||||
* | move some constants to a more appropriate place | Daniel Beulshausen | 2001-06-11 | 1 | -0/+17 |
| | |||||
* | @ - Added disk_total_space() to return the total size of a filesystem. | Jon Parise | 2001-05-15 | 1 | -0/+1 |
| | | | | | @ (Patch from Steven Bower) | ||||
* | @ - Renamed diskfreespace() to disk_free_space() to conform to established | Jon Parise | 2001-05-15 | 1 | -1/+1 |
| | | | | | @ naming conventions. (jon) | ||||
* | Rewrote stat() and fstat() to be memory efficient, due to a recent | Jason Greene | 2001-05-11 | 1 | -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 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Hardcode all functions which are mentioned in the Large File Support Spec | Sascha Schumann | 2000-12-07 | 1 | -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 Croft | 2000-07-24 | 1 | -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 general | Sascha Schumann | 2000-07-03 | 1 | -3/+3 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -5/+0 |
| | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -3/+3 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | More maintainer-mode cleanups | Rasmus Lerdorf | 1999-12-05 | 1 | -0/+1 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -0/+68 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |