forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,8 @@ | |
<package version="1.0"> | ||
<name>Console_Getopt</name> | ||
<summary>Command-line option parser</summary> | ||
<description>This class provides handling of tar files in PHP. | ||
It supports creating, listing, extracting and adding to tar files. | ||
Gzip support is available if PHP has the zlib extension built-in or | ||
loaded. | ||
</description> | ||
<description>This is a PHP implementation of "getopt" supporting both | ||
short and long options.</description> | ||
<license>PHP License</license> | ||
<maintainers> | ||
<maintainer> | ||
|
@@ -18,10 +15,16 @@ loaded. | |
<name>Andrei Zmievski</name> | ||
<email>[email protected]</email> | ||
</maintainer> | ||
<maintainer> | ||
<user>ssb</user> | ||
<role>helper</role> | ||
<name>Stig Bakken</name> | ||
<email>[email protected]</email> | ||
</maintainer> | ||
</maintainers> | ||
<release> | ||
<version>0.9</version> | ||
<date>2002-05-10</date> | ||
<date>2002-05-12</date> | ||
<notes>Initial release</notes> | ||
<state>beta</state> | ||
<filelist> | ||
|