| Pear Announce 2004-04-28, 5:38 pm |
| The new PEAR package File_Fstab-1.0.3 (stable) has been released at http://pear.php.net/.
Release notes
-------------
* update() was calling parse(), which no longer exists.
Package Info
-------------
File_Fstab is an easy-to-use package which can read & write UNIX fstab files. It presents a pleasant object-oriented interface to the fstab.
Features:
* Supports blockdev, label, and UUID specification of mount device.
* Extendable to parse non-standard fstab formats by defining a new Entry class for that format.
* Easily examine and set mount options for an entry.
* Stable, functional interface.
* Fully documented with PHPDoc.
Related Links
-------------
Package home: http://pear.php.net/package/File_Fstab
Changelog: http://pear.php.net/package-changel...kage=File_Fstab
Download: http://pear.php.net/get/File_Fstab-1.0.3.tgz
Authors
-------------
Ian Eure (lead)
|