php-src/pear/package-Console_Getopt.xml
Greg Beaver ab3afbfdf5 since nobody has taken any action, fix Console_Getopt to be BC, and update the PEAR core to take advantage of the new way. Use 1.2 to avoid any problems with versioning.
The core passes all unit tests with these changes, so they should work.

Andrei: feel free to change anything you don't like, this is just a make it work fix.
2003-12-11 05:54:35 +00:00

71 lines
1.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "package.dtd">
<!-- do not use the "Type" attribute here, that one is only for
generated package.xml files -->
<package version="1.0">
<name>Console_Getopt</name>
<summary>Command-line option parser</summary>
<description>This is a PHP implementation of "getopt" supporting both
short and long options.</description>
<license>PHP License</license>
<maintainers>
<maintainer>
<user>andrei</user>
<role>lead</role>
<name>Andrei Zmievski</name>
<email>andrei@php.net</email>
</maintainer>
<maintainer>
<user>ssb</user>
<role>developer</role>
<name>Stig Bakken</name>
<email>stig@php.net</email>
</maintainer>
<maintainer>
<user>cellog</user>
<role>helper</role>
<name>Greg Beaver</name>
<email>cellog@php.net</email>
</maintainer>
</maintainers>
<release>
<version>1.2</version>
<date>2003-12-11</date>
<notes>Revert of erroneous POSIX compatibility fix in getopt().
getopt2() must be used for POSIX compatibility (BC break).</notes>
<state>stable</state>
<filelist>
<dir name="Console">
<file role="php" name="Getopt.php"/>
</dir>
</filelist>
</release>
<changelog>
<release>
<version>0.11</version>
<date>2002-05-26</date>
<notes>POSIX getopt compatibility fix: treat first element of args
array as command name
</notes>
<state>beta</state>
<filelist>
<dir name="Console">
<file role="php" name="Getopt.php"/>
</dir>
</filelist>
</release>
<release>
<version>0.10</version>
<date>2002-05-12</date>
<notes>Packaging fix</notes>
<state>beta</state>
</release>
<release>
<version>0.9</version>
<date>2002-05-12</date>
<notes>Initial release</notes>
<state>beta</state>
</release>
</changelog>
</package>