a:23:{s:7:"attribs";a:6:{s:15:"packagerversion";s:5:"1.9.0";s:7:"version";s:3:"2.0";s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.0";s:11:"xmlns:tasks";s:33:"http://pear.php.net/dtd/tasks-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:147:"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";}s:4:"name";s:15:"Console_Getargs";s:7:"channel";s:12:"pear.php.net";s:7:"summary";s:31:"A command-line arguments parser";s:11:"description";s:239:"The Console_Getargs package implements a Command Line arguments and parameters parser for your CLI applications. It performs some basic arguments validation and automatically creates a formatted help text, based on the given configuration.";s:4:"lead";a:2:{i:0;a:4:{s:4:"name";s:16:"Bertrand Mansion";s:4:"user";s:7:"mansion";s:5:"email";s:20:"bmansion@mamasam.com";s:6:"active";s:2:"no";}i:1;a:4:{s:4:"name";s:14:"Scott Mattocks";s:4:"user";s:13:"scottmattocks";s:5:"email";s:21:"scottmattocks@php.net";s:6:"active";s:2:"no";}}s:9:"developer";a:4:{s:4:"name";s:14:"Christian Wenz";s:4:"user";s:4:"wenz";s:5:"email";s:12:"wenz@php.net";s:6:"active";s:2:"no";}s:4:"date";s:10:"2010-10-11";s:4:"time";s:8:"16:39:48";s:7:"version";a:2:{s:7:"release";s:5:"1.3.5";s:3:"api";s:5:"1.3.5";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:409:"QA release. * removed some coding style erros * fixed bug #2599 2 parameters for CVS example * fixed bug #2600 Parameter with '=argument" * fixed bug #4091 New method: getValues() * fixed bug #9252 No error when required arguments are missing * fixed bug #9583 Console Args isDefined not working correctly * fixed bug #10609 wrong require_once in doc * fixed bug #13605 fix unit tests to work with phpunit3";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:2:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:1:"/";}s:4:"file";a:6:{i:0;a:2:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"14652e17d6c288967fe5fc68d2c1b658";s:4:"name";s:19:"Console/Getargs.php";s:4:"role";s:3:"php";}s:7:"replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:1;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:7:"Console";s:6:"md5sum";s:32:"1ecd39fd0b3b950faacbdae5839630f2";s:4:"name";s:20:"examples/example.php";s:4:"role";s:3:"doc";}}i:2;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:7:"Console";s:6:"md5sum";s:32:"fc1f86032b8c5386ebe5ae96ed1f306f";s:4:"name";s:21:"examples/example2.php";s:4:"role";s:3:"doc";}}i:3;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"dfa4fedac68a13247f94b89c9dbd36ce";s:4:"name";s:18:"tests/AllTests.php";s:4:"role";s:4:"test";}}i:4;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:7:"Console";s:6:"md5sum";s:32:"143ba121704e21596793435ee9d042ba";s:4:"name";s:32:"tests/Getargs_basic_testcase.php";s:4:"role";s:4:"test";}}i:5;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:0:"";s:6:"md5sum";s:32:"273e593a69eabdd041f2f4f74e08318b";s:4:"name";s:36:"tests/Getargs_getValues_testcase.php";s:4:"role";s:4:"test";}}}}}s:12:"dependencies";a:1:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:5:"4.1.0";}s:13:"pearinstaller";a:1:{s:3:"min";s:7:"1.4.0b1";}}}s:10:"phprelease";s:0:"";s:9:"changelog";a:1:{s:7:"release";a:10:{i:0;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.1.0";s:3:"api";s:5:"0.1.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2004-05-16";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:15:"Initial release";}i:1;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.0";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2004-09-20";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:88:"First stable release Fixed bug #1823 : The getHelp() method ignores user-defined header.";}i:2;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.1.0";s:3:"api";s:5:"1.1.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2004-09-30";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:57:"Implement feature request #2409: Parse args like '-dt'...";}i:3;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.2.0";s:3:"api";s:5:"1.2.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2004-10-22";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:268:"Implement feature request #2428: Passing parameters on the command line Implement feature request #2445: Allow user defined argument lists Implement fix for bug #2486: Notice in parseArgs More detailed help message. Shows optional/required arguments. New example file.";}i:4;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.2.1";s:3:"api";s:5:"1.2.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2004-11-18";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:83:"Implement fix for bug #2677: Empty array for $arguments parameter (Bertrand Gugger)";}i:5;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.0";s:3:"api";s:5:"1.3.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2005-05-13";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:74:"Implement feature request #4091: New method: getValues() (Stephan Schmidt)";}i:6;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.1";s:3:"api";s:5:"1.3.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2006-04-10";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:112:"Fix for Bug #7132: Missing value for $_SERVER['SCRIPT_NAME']. If $SERVER['SCRIPT_NAME'] not found, use $argv[0].";}i:7;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.2";s:3:"api";s:5:"1.3.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2006-10-03";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:353:"Fix for bug #8643: Providing strings as min/max values gives weird results (Benjamin Bittner) Fix for bug #8770: incorrect path to class resource in example2 (Laurent Laville) Implement request #8771: Improve help-usage output render with optional indentation (Laurent Laville) Implement request #8771: Improve col1 arguments alignment (Laurent Laville)";}i:8;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.3";s:3:"api";s:5:"1.3.3";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2006-11-07";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:64:"Fix for bug #9252: No error when required arguments are missing.";}i:9;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.4";s:3:"api";s:5:"1.3.4";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2010-02-14";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:22:"Update to package2.xml";}}}s:8:"filelist";a:6:{s:19:"Console/Getargs.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"14652e17d6c288967fe5fc68d2c1b658";s:4:"name";s:19:"Console/Getargs.php";s:4:"role";s:3:"php";s:12:"installed_as";s:38:"/opt/lampp/lib/php/Console/Getargs.php";}s:20:"examples/example.php";a:5:{s:14:"baseinstalldir";s:7:"Console";s:6:"md5sum";s:32:"1ecd39fd0b3b950faacbdae5839630f2";s:4:"name";s:20:"examples/example.php";s:4:"role";s:3:"doc";s:12:"installed_as";s:59:"/opt/lampp/lib/php/doc/Console_Getargs/examples/example.php";}s:21:"examples/example2.php";a:5:{s:14:"baseinstalldir";s:7:"Console";s:6:"md5sum";s:32:"fc1f86032b8c5386ebe5ae96ed1f306f";s:4:"name";s:21:"examples/example2.php";s:4:"role";s:3:"doc";s:12:"installed_as";s:60:"/opt/lampp/lib/php/doc/Console_Getargs/examples/example2.php";}s:18:"tests/AllTests.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"dfa4fedac68a13247f94b89c9dbd36ce";s:4:"name";s:18:"tests/AllTests.php";s:4:"role";s:4:"test";s:12:"installed_as";s:58:"/opt/lampp/lib/php/test/Console_Getargs/tests/AllTests.php";}s:32:"tests/Getargs_basic_testcase.php";a:5:{s:14:"baseinstalldir";s:7:"Console";s:6:"md5sum";s:32:"143ba121704e21596793435ee9d042ba";s:4:"name";s:32:"tests/Getargs_basic_testcase.php";s:4:"role";s:4:"test";s:12:"installed_as";s:72:"/opt/lampp/lib/php/test/Console_Getargs/tests/Getargs_basic_testcase.php";}s:36:"tests/Getargs_getValues_testcase.php";a:5:{s:14:"baseinstalldir";s:0:"";s:6:"md5sum";s:32:"273e593a69eabdd041f2f4f74e08318b";s:4:"name";s:36:"tests/Getargs_getValues_testcase.php";s:4:"role";s:4:"test";s:12:"installed_as";s:76:"/opt/lampp/lib/php/test/Console_Getargs/tests/Getargs_getValues_testcase.php";}}s:12:"_lastversion";N;s:7:"dirtree";a:5:{s:26:"/opt/lampp/lib/php/Console";b:1;s:47:"/opt/lampp/lib/php/doc/Console_Getargs/examples";b:1;s:38:"/opt/lampp/lib/php/doc/Console_Getargs";b:1;s:45:"/opt/lampp/lib/php/test/Console_Getargs/tests";b:1;s:39:"/opt/lampp/lib/php/test/Console_Getargs";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"1.3.5";s:12:"release_date";s:10:"2010-10-11";s:13:"release_state";s:6:"stable";s:15:"release_license";s:11:"PHP License";s:13:"release_notes";s:409:"QA release. * removed some coding style erros * fixed bug #2599 2 parameters for CVS example * fixed bug #2600 Parameter with '=argument" * fixed bug #4091 New method: getValues() * fixed bug #9252 No error when required arguments are missing * fixed bug #9583 Console Args isDefined not working correctly * fixed bug #10609 wrong require_once in doc * fixed bug #13605 fix unit tests to work with phpunit3";s:12:"release_deps";a:2:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"4.1.0";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:7:"1.4.0b1";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:3:{i:0;a:5:{s:4:"name";s:16:"Bertrand Mansion";s:5:"email";s:20:"bmansion@mamasam.com";s:6:"active";s:2:"no";s:6:"handle";s:7:"mansion";s:4:"role";s:4:"lead";}i:1;a:5:{s:4:"name";s:14:"Scott Mattocks";s:5:"email";s:21:"scottmattocks@php.net";s:6:"active";s:2:"no";s:6:"handle";s:13:"scottmattocks";s:4:"role";s:4:"lead";}i:2;a:5:{s:4:"name";s:14:"Christian Wenz";s:5:"email";s:12:"wenz@php.net";s:6:"active";s:2:"no";s:6:"handle";s:4:"wenz";s:4:"role";s:9:"developer";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1606820357;}