1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/pear/install-pear.txt
Peter Kokot 9aee546919 Update PEAR failed download installation banner (#14216)
There was once install-su Makefile rule, now the install-pear can be
used instead.
2024-05-13 19:01:05 +02:00

13 lines
876 B
Plaintext

+----------------------------------------------------------------------+
| The installation process is not complete. The following resources |
| were not installed: |
| |
| PEAR: PHP Extension and Application Repository |
| |
| To install these components, download |
| https://pear.php.net/install-pear-nozlib.phar to php-src/pear/ |
| become the superuser and execute: |
| |
| # make install-pear |
+----------------------------------------------------------------------+