msgpack / msgpack-php

msgpack.org[PHP]
BSD 3-Clause "New" or "Revised" License
773 stars 119 forks source link

Installing in docker with pecl fails #140

Closed adhocore closed 4 years ago

adhocore commented 4 years ago

The Dockerfile contains:

 docker-php-source extract \
    && pecl channel-update pecl.php.net \
    && pecl install msgpack

Failure output looks like:

Updating channel "pecl.php.net"
Channel "pecl.php.net" is up to date
Package "msgpack" Version "2.0.3" does not have REST xml available
install failed
m6w6 commented 4 years ago

This was a issue of the PECL server, which should already have been fixed.

adhocore commented 4 years ago

yea, the issue is in user machine but not in dockerhub