Edit report at https://bugs.php.net/bug.php?id=77835&edit=1
ID: 77835 Updated by: c...@php.net Reported by: leslaw dot kopec at dreamlab dot pl Summary: PECL fails to install ds-1.2.7 -Status: Open +Status: Duplicate Type: Bug Package: PECL website Operating System: Ubuntu 16.04 PHP Version: Irrelevant -Assigned To: +Assigned To: cmb Block user comment: N Private report: N New Comment: There is a comprehensive list of invalid REST endpoints as bug #80615, so I'm closing this as duplicate. Latest ds (1.3.0) should work fine anyway Previous Comments: ------------------------------------------------------------------------ [2019-04-03 09:28:48] leslaw dot kopec at dreamlab dot pl Description: ------------ I'm trying to install ds version 1.2.7 I'm getting the following error: $ pecl -v install -f ds-1.2.7 Package "ds" Version "1.2.7" does not have REST xml available Cannot initialize 'channel://pecl.php.net/ds-1.2.7', invalid or missing package file Package "channel://pecl.php.net/ds-1.2.7" is not valid install failed It seems that this is due to https://pecl.php.net/rest/r/ds/1.2.7.xml returning "404 Not Found". PEAR internally reports: File https://pecl.php.net:443/rest/r/ds/1.2.7.xml not valid (received: HTTP/1.1 404 Not Found) Other versions of ds extension seem to have a proper XML file and can be installed without a problem. Test script: --------------- pecl install -f ds-1.2.7 Expected result: ---------------- PECL installs the ds extension in 1.2.7 version. Actual result: -------------- $ pecl install -f ds-1.2.7 Package "ds" Version "1.2.7" does not have REST xml available install failed ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=77835&edit=1 -- PECL development discussion Mailing List (https://pecl.php.net/) To unsubscribe, visit: https://www.php.net/unsub.php