From:             ozgurh at gmail dot com
Operating system: MacOSX Sierra
PHP version:      7.3.1
Package:          PECL
Bug Type:         Bug
Bug description:pecl install mustache error

Description:
------------
When I try to install mustache with pecl install mustache command I get
the error below. I saw that there is no version 0.8.0 on pecl website.
So I tried pecl mustache-0.8.1 and it says that latest version is 0.8.0.
I tried clear-cache, upgrade but nothing changed. 

pecl install mustache

Could not download from "https://pecl.php.net/get/mustache-0.8.0.tgz";,
cannot download "pecl/mustache" (File
https://pecl.php.net:443/get/mustache-0.8.0.tgz not valid (received:
HTTP/1.0 404 Not Found

pecl install mustache-0.8.1

Failed to download pecl/mustache, version "0.8.1", latest release is
version 0.8.0, stability "stable", use
"channel://pecl.php.net/mustache-0.8.0" to install
install failed


Test script:
---------------
pecl install mustache

Expected result:
----------------
It should install mustache without any error.

Actual result:
--------------
command : pecl install mustache

error : Could not download from
"https://pecl.php.net/get/mustache-0.8.0.tgz";, cannot download
"pecl/mustache" (File https://pecl.php.net:443/get/mustache-0.8.0.tgz
not valid (received: HTTP/1.0 404 Not Found

command : pecl install mustache-0.8.1

error : Failed to download pecl/mustache, version "0.8.1", latest
release is version 0.8.0, stability "stable", use
"channel://pecl.php.net/mustache-0.8.0" to install
install failed

-- 
Edit bug report at https://bugs.php.net/bug.php?id=77543&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=77543&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=77543&r=trysnapshot55
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=77543&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=77543&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=77543&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=77543&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=77543&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=77543&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=77543&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=77543&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=77543&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=77543&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=77543&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=77543&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=77543&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=77543&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=77543&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=77543&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=77543&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=77543&r=mysqlcfg


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to