diff options
author | <changelog@php.net> | 2001-05-16 01:09:32 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-05-16 01:09:32 +0000 |
commit | 751b9a5ce7dff03a7f4fd67c82e1f31cee622d08 (patch) | |
tree | 387caa795bd825b34264f4db79a44ac90bb1040c | |
parent | 82b31fb7a3c28bf752c56ef8ba76f81859b42901 (diff) | |
download | php-git-751b9a5ce7dff03a7f4fd67c82e1f31cee622d08.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.7-dev +- Added disk_total_space() to return the total size of a filesystem. + (Patch from Steven Bower) +- Renamed diskfreespace() to disk_free_space() to conform to established + naming conventions. (jon) - Fix for bug 2181. Now zero is returned instead of an unset value for 7-bit encoding and plain text body type. (Vlad) - Fixed a bug in call_user_*() functions that would not allow calling |