Home » File Formats » File_Fstab
Read and write fstab files
This package is unmaintained.
Download latest release 2.0.3 (archived versions might be outdated)
License: PHP License v3.0
Description
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.
Documentation
Maintainers
- Ian Eure (ieure) — lead, active
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
- PEAR
Releases
- 2.0.3 (stable, 2010-10-06)
Release notes
License: PHP License v3.0
QA release
Bug #4414 PEAR_ERROR_NOENT undefined
Bug #17793 Avoid ereg, split
Package 2.0
SVN dir layout - 2.0.2 (stable, 2005-05-31)
- 2.0.1 (stable, 2004-10-17)
Release notes
License: PHP License v3.0
* Document setOptions()
* Change @type to (correct) @var
* Flip @param type/value, they were reversed. - 2.0.0 (stable, 2004-06-09)
Release notes
License: PHP License v3.0
* Bump version.
- 2.0.0beta1 (beta, 2004-05-04)
Release notes
License: PHP License v3.0
* Add get/set methods in Entry class, so that a descendent may overload them to provide additional checking or validation.
* getEntryFor...() methods return PEAR_Error instead of false.
* save() no longer checks to see if file is writable - fopen() will tell us if there's a problem. - 1.0.4 (stable, 2004-05-04)
Release notes
License: PHP License v3.0
* save() didn't add line breaks to the output, rendering it invalid.
* Use @version@ instead of hard-coding it.
* Remove redundant (commented) 'require_once.' - 1.0.3 (stable, 2004-04-28)
Release notes
License: PHP License v3.0
* update() was calling parse(), which no longer exists.
- 1.0.2 (stable, 2004-04-27)
Release notes
License: PHP License v3.0
* Add description to package.xml.
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #4414 | Closed | Bug | 2005-05-24 | PEAR_ERROR_NOENT undefined | |
| #17793 | Closed | Bug | SVN | 2010-08-22 | Patch: Avoiding ereg and split |
| #19781 | Open | Req | 2.0.3 | 2013-01-10 | Please Provides LICENSE file and please file role |
| #20257 | Open | Bug | SVN | 2014-04-28 | Please change license |