php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #71224 support REST 1.3 xml format on pecl.php.net
Submitted: 2015-12-26 09:42 UTC Modified: 2018-12-14 00:40 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: tyrael@php.net Assigned:
Status: Open Package: PECL website (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2015-12-26 09:42 UTC] tyrael@php.net
Description:
------------
implementing this would allow for pecl install to select the correct package version for the installed php version, see the original discussion at http://markmail.org/message/wfzhdgabco7ex77o#query:+page:1+mid:igpt3ymww7inktca+state:results

to achieve this first we should update our code to generate rest 1.3 compatible xml with the additional min/max version information, then either migrate the current xmls or regenerate them.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-26 09:46 UTC] tyrael@php.net
currently pecl install will just select the highest available version of the given package (which satisfies the stability requirement) then bail out from the installation as it checks the php min/max version for the selected version before proceeding with the install.
we already have pecl extensions(mailparse for example) where the latest release is compatible with only >= php 7.0.0, so pecl install (without exact version) won't work on php 5.x
 [2018-12-14 00:40 UTC] petk@php.net
-Package: Website problem +Package: PECL website
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 14:01:33 2024 UTC