得到最新PEAR Package的方法

PEAR CVS:
Checking Out The Latest Code
● Latest development version in CVS
● Anonymous checkout possible
cvs -d :pserver:[email protected]:/repository login
cvs -d :pserver:[email protected]:/repository
checkout pear
Password: phpfi

CVS web interface at
http://cvs.php.net
● Flat package structure in CVS
– Every package has its own directory
– Used to better control code ownership

PEAR Packages' Structure
● Package structure:
PEAR/ (php_dir setting)
PEAR/docs/ (doc_dir setting)
PEAR/docs/[..]examples/ (doc_dir
setting)
PEAR/tests/ (test_dir setting)
PEAR/data/ (data_dir setting)
● Find out your settings with:
– $> pear config-show
● Inside the package sources

你可能感兴趣的:(Web,PHP,.net,cvs)