» Version | » Information |
---|---|
0.3.0 |
Easy InstallNot sure? Get more info. pear install VFS-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/VFS-0.3.0 Release date: 2009-10-15 19:21 UTC Release state: beta Release uploaded by: yunosh Changelog: * Rename fixes for SMB driver (leena.heino@uta.fi, Horde Bug #7933). * Set LC_TIME to C for consistency in date parsing in the SSH2 backend (michael-dev@fami-braun.de, Horde Bug #6396) * Pass -n for numeric UIDs/GIDs in the SSH2 backend when mapping to local user ids (Horde Request #6579) * Fix readByteRange() (wrong method name) in SQL backend * Add readFile() support, with optimizations for file, ftp, ssh2, and smb backends * Add readStream() support to backends that can get a stream resource efficiently * Add delete() as a shorter name for deleteFile() * Add a Kolab VFS driver. * Use streams for file transfers in VFS_ssh2 (jives@jives.ixum.net, Horde Request #8323) * Check quota when copying files (Horde Bug #8643). Dependencies:
|
0.2.0 |
Easy InstallNot sure? Get more info. pear install VFS-0.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/VFS-0.2.0 Release date: 2008-02-16 10:40 UTC Release state: beta Release uploaded by: yunosh Changelog: * Fix listing of folders with whitespace in the name using the SSH2 VFS driver (Horde Bug #6227). * Fix some string parsing on systems that don't have the 'en' or 'en_US' locales installed (Horde Bug #6194). * PHP 4.3.0+ is now required and we make unconditional use of file_get_contents(). * Use strlen() instead of empty() to check for paths and filenames being set, to allow for potential names of 0 (zero). * Converted to package.xml 2.0. * Fix saving files in the root directory of an SQL backend. * Never generate paths with double slashes in them (//) (Horde Bug #5821) * Improve Netware FTP support (Horde Bug #5821) * Add read stream support to some backends (Horde Bug #5913) * Make the smb backend compatible with samba versions after samba-3.0.25-pre2 (felix.leimbach@gmx.net, Horde Bug #5931) Dependencies:
|
0.1.0 |
Easy InstallNot sure? Get more info. pear install VFS-0.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/VFS-0.1.0 Release date: 2006-04-12 17:32 UTC Release state: beta Release uploaded by: yunosh 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:
|
0.0.5 |
Easy InstallNot sure? Get more info. pear install VFS-0.0.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/VFS-0.0.5 Release date: 2005-04-07 09:27 UTC Release state: beta Release uploaded by: yunosh Changelog: * Fix typo that prevented the sql_file driver to load its parameters. * PHP 5 compatibility fixes. * Add 'pasv' parameter for FTP driver. * Add writeData() method to sql_file driver. * Support ~/path when a 'home' parameter is defined. * Add a CLI script for accessing and modifying VFS backends. * Added getCurrentDirectory() method. * phpdoc has been updated and should now generate correctly in all files. * Return error if trying to copy a file onto itself with the file driver (http://bugs.horde.org/ticket/?id=168). * Several bug fixes to listFolders() method in SQL drivers. * A PEAR Log object can now be specified for logging messages to. * Added getParam() method. * Allow recursive listings in listFolder(). * Several fixes with zero length files. * Fixed autocreating of directories and updating of existing files in the sql_file VFS driver (http://bugs.horde.org/ticket/?id=1552, http://bugs.horde.org/ticket/?id=1553). * Added SQL scripts to create tables for SQL backends. Dependencies:
|
0.0.4 |
Easy InstallNot sure? Get more info. pear install VFS-0.0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/VFS-0.0.4 Release date: 2003-09-09 22:32 UTC Release state: beta Release uploaded by: yunosh Changelog: * Default ftp driver to port 21. * Distinguish between connection and authentication errors in the ftp driver. * Clean up temporary files if the FTP driver wasn't able to retrieve a file. * Add exists() method. * Add emptyFolder() method. * Add $recursive parameter to all deleteFolder() implementations. * Add FTPS support. |
0.0.3 |
Easy InstallNot sure? Get more info. pear install VFS-0.0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/VFS-0.0.3 Release date: 2003-07-03 16:38 UTC Release state: beta Release uploaded by: chagenbu Changelog: Added a class for providing garbage collection; removed all Horde dependancies. |