pearTrying to access array offset on value of type null Remote.php on line 550

Asked by Fábio Blanco

On a ubuntu 20.04.03 with a fresh install and:

```
$ apt policy php-pear
php-pear:
  Instalado: 1:1.10.9+submodules+notgz-1ubuntu0.20.04.3
  Candidato: 1:1.10.9+submodules+notgz-1ubuntu0.20.04.3
  Tabela de versão:
 *** 1:1.10.9+submodules+notgz-1ubuntu0.20.04.3 500
        500 http://br.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
        500 http://br.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages
        500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages
        100 /var/lib/dpkg/status
     1:1.10.9+submodules+notgz-1 500
        500 http://br.archive.ubuntu.com/ubuntu focal/main amd64 Packages
        500 http://br.archive.ubuntu.com/ubuntu focal/main i386 Packages

```

Running this command

```
$ sudo pecl search mcrypt
```

I'm receiving this messages:

```
Retrieving data...0%
.
Notice: Trying to access array offset on value of type null in PEAR/Command/Remote.php on line 550
PHP Notice: Trying to access array offset on value of type null in /usr/share/php/PEAR/Command/Remote.php on line 550

Notice: Trying to access array offset on value of type null in PEAR/Command/Remote.php on line 551
PHP Notice: Trying to access array offset on value of type null in /usr/share/php/PEAR/Command/Remote.php on line 551

Notice: Trying to access array offset on value of type null in PEAR/Command/Remote.php on line 550
PHP Notice: Trying to access array offset on value of type null in /usr/share/php/PEAR/Command/Remote.php on line 550

Notice: Trying to access array offset on value of type null in PEAR/Command/Remote.php on line 551
PHP Notice: Trying to access array offset on value of type null in /usr/share/php/PEAR/Command/Remote.php on line 551
Matched packages, channel pecl.php.net:
=======================================
Package Stable/(Latest) Local
mcrypt 1.0.4 (stable) Bindings for the libmcrypt library
mcrypt_filter 0.1.0 (beta) Applies mcrypt symmetric encryption using stream filters
```

Is it a bug or am I missing something?

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu php-pear Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.