| PEAR Announce 2006-04-10, 7:00 pm |
| The new PEAR package Console_Getargs-1.3.1 (stable) has been released at http://pear.php.net/.
Release notes
-------------
Fix for Bug #7132: Missing value for $_SERVER['SCRIPT_NAME']. If $SERVER['SCRIPT_NAME'] not found, use $argv[0].
Package Info
-------------
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.
Related Links
-------------
Package home: http://pear.php.net/package/Console_Getargs
Changelog: http://pear.php.net/package/Console.../download/1.3.1
Download: http://pear.php.net/get/Console_Getargs-1.3.1.tgz
Authors
-------------
Bertrand Mansion <golgote@mamasam.com> (lead)
Scott Mattocks <scottmattocks@php.net> (lead)
Christian Wenz <wenz@php.net> (developer)
|