PHP

PHP / PEAR / PECL installation

  • If PECL is not installed
    • Use the appropriate command for your operating system to install PEAR:
      • Windows from a command prompt:
        c:\php\go-pear.bat
      • Mac OSX from a terminal window:
        wget http://pear.php.net/go-pear.phar
        sudo php -d detect_unicode=0 go-pear.phar
      • RedHat / CentOS / Fedora Linux:
        sudo yum install php-pear
      • Ubuntu / Debian Linux:
        sudo apt-get install php-pear



>>
 


+ o -