php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80614 Missing XML for big_int version 1.0.1
Submitted: 2021-01-11 09:53 UTC Modified: 2021-01-11 16:59 UTC
From: mlocati at gmail dot com Assigned:
Status: Closed Package: big_int (PECL)
PHP Version: Irrelevant OS: Irrelevant
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mlocati at gmail dot com
New email:
PHP Version: OS:

 

 [2021-01-11 09:53 UTC] mlocati at gmail dot com
Description:
------------
It's not possible to get the details for version 1.0.1 of the big_int package using the rest API:

$ curl -sSLf https://pecl.php.net/rest/r/big_int/1.0.1.xml >/dev/null
curl: (22) The requested URL returned error: 404 Not Found

This version 1.0.1 should exist (as reported by https://pecl.php.net/rest/r/big_int/allreleases.xml), and indeed fetching the other versions work.
It's only version 1.0.1 which is problematic.

Test script:
---------------
curl -sSLf https://pecl.php.net/rest/r/big_int/1.0.1.xml >/dev/null


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-01-11 16:59 UTC] mlocati at gmail dot com
-Status: Open +Status: Closed
 [2021-01-11 16:59 UTC] mlocati at gmail dot com
Bug report superseded by https://bugs.php.net/bug.php?id=80615
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC