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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
2 + 45 = ?
Subscribe to this entry?

 
 [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: Mon May 20 18:01:36 2024 UTC