Re: [PEAR] HTML_Quickform and php7
[email protected] (Alexey Borzov) Thu, 31 Dec 2015 13:03:29 +0300
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Mads, On 31.12.2015 12:55, Mads Lie Jensen wrote: >> You may, though, just up the PHP requirement as Christian suggested, >> getting rid of other PHP4 artifacts in the process. > > I will do as Christian suggest. First probably just make it run. > I just wasn't sure if it was allowed to increase the required php version for a > Pear-package, without making a new major release of it? There were some discussions about this and the consensus was that it's OK (if the API doesn't change, of course). E.g. if package Foo version 1.2.3 was depending on PHP 4.3+ it is OK to release Foo version 1.3 depending on PHP 5.4+ as long as it doesn't break the package for those already running it on PHP 5.4+