diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-04 17:38:57 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-04 17:38:57 +0000 |
commit | 7ba967779f360a3d5305fb7dbdd6ca95ff8c0e93 (patch) | |
tree | d152f30d4ba37aaebf41226980f1390f3c788ff4 /devel/pear-VFS/pkg-descr | |
parent | 3b247f9b414021c2e6b0f4b2aa645312a303e5b7 (diff) |
Notes
Diffstat (limited to 'devel/pear-VFS/pkg-descr')
-rw-r--r-- | devel/pear-VFS/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/pear-VFS/pkg-descr b/devel/pear-VFS/pkg-descr new file mode 100644 index 000000000000..6f5230fffb1c --- /dev/null +++ b/devel/pear-VFS/pkg-descr @@ -0,0 +1,11 @@ +This PEAR package provides a Virtual File System API, with backends for: +* SQL +* FTP +* Local filesystems +* Hybrid SQL and filesystem + +... and more planned. Reading/writing/listing of files are all +supported, and there are both object-based and array-based interfaces +to directory listings. + +WWW: http://pear.php.net/package/VFS |