Prev | Current Page 382 | Next

W. Jason Gilmore

"Beginning PHP and MySQL: From Novice to Professional"

2
========================
Provides Classes: Console_Getopt
Package Console_Getopt
Summary Command-line option parser
Description This is a PHP implementation of "getopt"
supporting both short and long options.
Maintainers Andrei Zmievski (lead)
Stig Bakken (developer)
Version 1.2
Release Date 2003-12-11
Release License PHP License
Release State stable
318 CHAPTER 11 ?–  PEAR
Release Notes Fix to preserve BC with 1.0 and allow correct
behaviour for new users
Last Installed Version - None -
Last Modified 2005-01-23
As you can see, this output offers some very useful information about the package.
Installing a PEAR Package
Installing a PEAR package is a surprisingly automated process, accomplished simply
by executing the install command. The general syntax follows:
%>pear install [options] package
Suppose for example that you want to install the Auth package. The command and
corresponding output follows:
%>pear install Auth
Did not download dependencies: pear/File_Passwd, pear/Net_POP3,
pear/MDB,pear/MDB2, pear/Auth_RADIUS, pear/Crypt_CHAP,pear/File_SMBPasswd,
use --alldeps or --onlyreqdeps to download automatically
pear/Auth can optionally use package "pear/File_Passwd" (version >= 0.9.5)
pear/Auth can optionally use package "pear/Net_POP3" (version >= 1.3)
pear/Auth can optionally use package "pear/MDB"
pear/Auth can optionally use package "pear/MDB2" (version >= 2.


Pages:
370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394