php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77543 pecl install mustache error
Submitted: 2019-01-29 18:51 UTC Modified: 2020-03-06 11:15 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: ozgurh at gmail dot com Assigned: cmb (profile)
Status: Closed Package: PECL (PECL)
PHP Version: 7.3.1 OS: MacOSX Sierra
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ozgurh at gmail dot com
New email:
PHP Version: OS:

 

 [2019-01-29 18:51 UTC] ozgurh at gmail dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-03-06 11:15 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2020-03-06 11:15 UTC] cmb@php.net
This issue has been fixed in the meantime; latest version is
mustache 0.9.1.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 05:01:28 2024 UTC