mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
11 lines
280 B
Text
11 lines
280 B
Text
To install the PEAR installer, please use go-pear.
|
|
|
|
On linux:
|
|
$ lynx -source http://pear.php.net/go-pear | 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
|