mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
To install the PEAR installer, please use go-pear.
|
|
|
|
On linux:
|
|
$ lynx -source http://go-pear.org/ | php
|
|
|
|
or save the setup script under go-pear.php and run:
|
|
|
|
php go-pear.php
|
|
|
|
For more informations see the PEAR manual:
|
|
http://pear.php.net/manual/en/installation.getting.php
|