Edit report at https://bugs.php.net/bug.php?id=71224&edit=1

 ID:                 71224
 Updated by:         [email protected]
 Reported by:        [email protected]
 Summary:            support REST 1.3 xml format on pecl.php.net
 Status:             Open
 Type:               Feature/Change Request
 Package:            Website problem
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

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


Previous Comments:
------------------------------------------------------------------------
[2015-12-26 09:42:01] [email protected]

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.



------------------------------------------------------------------------



--
Edit this bug report at https://bugs.php.net/bug.php?id=71224&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to