<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0" packagerversion="1.4.9">
 <name>Console_Getopt</name>
 <summary>Command-line option parser</summary>
 <description>This is a PHP implementation of &quot;getopt&quot; supporting both
short and long options.
 </description>
 <maintainers>
  <maintainer>
   <user>andrei</user>
   <name>Andrei Zmievski</name>
   <email>andrei@php.net</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>ssb</user>
   <name>Stig Bakken</name>
   <email>stig@php.net</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>cellog</user>
   <name>Greg Beaver</name>
   <email>cellog@php.net</email>
   <role>helper</role>
  </maintainer>
  </maintainers>
 <release>
  <version>1.2.1</version>
  <date>2006-12-08</date>
  <license>PHP License</license>
  <state>stable</state>
  <notes>Fixed bugs #4448 (Long parameter values truncated with longoption parameter) and #7444 (Trailing spaces after php closing tag)
  </notes>
  <filelist>
   <file role="php" md5sum="99ed4904b93b15a81ea9c8566c3ffc78" name="Console/Getopt.php"/>
  </filelist>
 </release>
 <changelog>
   <release>
    <version>1.2</version>
    <date>2003-12-11</date>
    <state>stable</state>
    <notes>Fix to preserve BC with 1.0 and allow correct behaviour for new users
    </notes>
   </release>
   <release>
    <version>1.0</version>
    <date>2002-09-13</date>
    <state>stable</state>
    <notes>Stable release
    </notes>
   </release>
   <release>
    <version>0.11</version>
    <date>2002-05-26</date>
    <state>beta</state>
    <notes>POSIX getopt compatibility fix: treat first element of args
        array as command name
    </notes>
   </release>
   <release>
    <version>0.10</version>
    <date>2002-05-12</date>
    <state>beta</state>
    <notes>Packaging fix
    </notes>
   </release>
   <release>
    <version>0.9</version>
    <date>2002-05-12</date>
    <state>beta</state>
    <notes>Initial release
    </notes>
   </release>
 </changelog>
</package>
