File manager - Edit - /usr/local/cpanel/3rdparty/php/84/lib/pear/File_Fstab.xml
Back
<?xml version="1.0" encoding="UTF-8"?> <package packagerversion="1.9.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>File_Fstab</name> <channel>pear.php.net</channel> <summary>Read and write fstab files</summary> <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.</description> <lead> <name>Ian Eure</name> <user>ieure</user> <email>ieure@php.net</email> <active>yes</active> </lead> <date>2010-10-06</date> <time>21:35:44</time> <version> <release>2.0.3</release> <api>2.0.2</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <license>PHP License v3.0</license> <notes> QA release Bug #4414 PEAR_ERROR_NOENT undefined Bug #17793 Avoid ereg, split Package 2.0 SVN dir layout </notes> <contents> <dir baseinstalldir="/" name="/"> <file baseinstalldir="/" md5sum="84e61ab22e3b3d1d237de01a8c0b45fc" name="File/Fstab.php" role="php" /> <file baseinstalldir="/" md5sum="3a88a4cd60a40cae0990e3429367845d" name="File/Fstab/Entry.php" role="php" /> <file baseinstalldir="/" md5sum="fa40016167112dd1810650a30610fc04" name="example.php" role="php" /> <file baseinstalldir="/" md5sum="e75bbc850f9e33ee8606c0c735867153" name="Makefile" role="data" /> </dir> </contents> <dependencies> <required> <php> <min>4.0.0</min> </php> <pearinstaller> <min>1.4.0b1</min> </pearinstaller> <package> <name>PEAR</name> <channel>pear.php.net</channel> </package> </required> </dependencies> <phprelease /> <changelog> <release> <version> <release>0.9.1</release> <api>0.9.1</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-01-16</date> <license uri="http://www.example.com">PHP License v2.02</license> <notes> Initial PEARification. </notes> </release> <release> <version> <release>1.0</release> <api>1.0</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-03-30</date> <license uri="http://www.example.com">PHP License v3.0</license> <notes> * Fix CS: remove stray tabs, if/then/else all have braces now. * Minor cleanups: update email addresses etc. * Automaticly parse on instantiation. * Ability to add entries & manipulate mount options for current entries added. * Fixed an issue where mount options were not being set correctly when writing fstab. * Fixed an issue where mount options weren't correctly parsed. * Allow writing fstab to a different location, e.g. a temp file. * Added an example. </notes> </release> <release> <version> <release>1.0.1</release> <api>1.0.1</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-04-20</date> <license uri="http://www.example.com">PHP License v3.0</license> <notes> * Split _Entry class into a seperate file. * Change function names: parse() -> load() & write() -> save() * Don't depend on File, use standard PHP file i/o. * Update example. </notes> </release> <release> <version> <release>1.0.2</release> <api>1.0.2</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-04-27</date> <license uri="http://www.example.com">PHP License v3.0</license> <notes> * Add description to package.xml. </notes> </release> <release> <version> <release>1.0.3</release> <api>1.0.3</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-04-28</date> <license uri="http://www.example.com">PHP License v3.0</license> <notes> * update() was calling parse(), which no longer exists. </notes> </release> <release> <version> <release>1.0.4</release> <api>1.0.4</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-05-04</date> <license uri="http://www.example.com">PHP License v3.0</license> <notes> * save() didn't add line breaks to the output, rendering it invalid. * Use @version@ instead of hard-coding it. * Remove redundant (commented) 'require_once.' </notes> </release> <release> <version> <release>2.0.0beta1</release> <api>2.0.0beta1</api> </version> <stability> <release>beta</release> <api>beta</api> </stability> <date>2004-05-04</date> <license uri="http://www.example.com">PHP License v3.0</license> <notes> * 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. </notes> </release> <release> <version> <release>2.0.0</release> <api>2.0.0</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-06-09</date> <license uri="http://www.example.com">PHP License v3.0</license> <notes> * Bump version. </notes> </release> <release> <version> <release>2.0.1</release> <api>2.0.1</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-10-17</date> <license uri="http://www.example.com">PHP License v3.0</license> <notes> * Document setOptions() * Change @type to (correct) @var * Flip @param type/value, they were reversed. </notes> </release> <release> <version> <release>2.0.3</release> <api>2.0.2</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2010-10-06</date> <license>PHP License v3.0</license> <notes> QA release Bug #4414 PEAR_ERROR_NOENT undefined Bug #17793 Avoid ereg, split Package 2.0 SVN dir layout </notes> </release> </changelog> </package>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings