pear unreachable

Discussion in 'Installation/Configuration' started by kmchen, Jan 21, 2019.

  1. kmchen

    kmchen Member

    Following tuto https://www.howtoforge.com/tutorial/how-to-install-php-7-on-debian/ pear.php.net seems unreachable since yesterday
    Code:
    # cd /opt/php-5.6/etc/
    # pecl -C ./pear.conf update-channels
    Updating channel "doc.php.net"
    Channel "doc.php.net" is up to date
    Updating channel "pear.php.net"
    Channel "pear.php.net" is not responding over http://, failed with message: File http://pear.php.net:80/channel.xml not valid (received: HTTP/1.1 404 Not Found
    )
    Trying channel "pear.php.net" over https:// instead
    Cannot retrieve channel.xml for channel "pear.php.net" (Connection to `pear.php.net:443' failed: )
    Updating channel "pecl.php.net"
    Channel "pecl.php.net" is up to date
    
     
  2. iqpascal

    iqpascal Member

    A security breach has been found on the http://pear.php.net webserver, with a tainted go-pear.phar discovered. The PEAR website itself has been disabled until a known clean site can be rebuilt. A more detailed announcement will be on the PEAR Blog once it's back online.
    If you have downloaded this go-pear.phar in the past six months, you should get a new copy of the same release version from GitHub (pear/pearweb_phars) and compare file hashes. If different, you may have the infected file.
     
    Jesse Norell likes this.

Share This Page