| PEAR Announce 2008-02-16, 7:11 pm |
| The new PEAR package VFS-0.2.0 (beta) has been released at http://pear.php.net/.
Release notes
-------------
* 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)
Package Info
------------
This package provides a Virtual File System API, with backends for:
* SQL
* FTP
* Local filesystems
* Hybrid SQL and filesystem
* Samba
* SSH2/SFTP
Reading, writing and listing of files are all supported, and there are both object-based and array-based interfaces to directory listings.
Related Links
-------------
Package home: http://pear.php.net/package/VFS
Changelog: http://pear.php.net/package/VFS/download/0.2.0
Download: http://download.pear.php.net/package/VFS-0.2.0.tgz
Authors
-------
Chuck Hagenbuch (lead)
Jan Schneider <jan@horde.org> (lead)
|