From: leslaw dot kopec at dreamlab dot pl Operating system: Ubuntu 16.04 PHP version: Irrelevant Package: PECL website Bug Type: Bug Bug description:PECL fails to install ds-1.2.7
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 bug report at https://bugs.php.net/bug.php?id=77835&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=77835&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=77835&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=77835&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=77835&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=77835&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=77835&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=77835&r=needscript Try newer version: https://bugs.php.net/fix.php?id=77835&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=77835&r=support Expected behavior: https://bugs.php.net/fix.php?id=77835&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=77835&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=77835&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=77835&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=77835&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=77835&r=dst IIS Stability: https://bugs.php.net/fix.php?id=77835&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=77835&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=77835&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=77835&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=77835&r=mysqlcfg -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php