Top Level :: File System

Package Information: VFS 0.1.0

Show All Changelogs
» Version » Information
0.2.0 2008-02-16     beta
0.1.0Download

Release date: 2006-04-12 21:32 UTC
Release state: beta

Changelog:

* SQL drivers now return empty values if the particular parameter does not exist on the server (instead of '-').
* Add initial VFS quota support.
* Fix autocreatePath() to work with directory paths that begin with the base directory.
* Add 'maplocalids' and 'timeout' parameters to the FTP driver.
* In SQL driver, allow '/' to indicate the base directory.
* Fix return value of deleteFile() in File and SQLFile drivers (PEAR Bug #4425).
* Fix listFolders() in File driver (PEAR Bug #4533).
* Add size() and readByteRange(), with File and SQL implementations.
* Add support for NetWare FTP server listings (Lukas Macura <macura@opf.slu.cz>).
* Add support for separate read and write DB servers for the SQL driver.
* Add copy() and move() fallback implementations for all drivers.
* Add parameters to copy() and move() to automatically create destination directories.
* Add SSH2/SFTP driver (Cliff Green <green@umdnj.edu>).
* Let rename() automatically create the destination path.
* Make sure copy/move doesn't result in infinite recursion (Horde Bug #3680).

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: gettext
  • PEAR Package: Log
0.0.5 2005-04-07     beta
0.0.4 2003-09-10     beta
0.0.3 2003-07-03     beta