Re: [pear-webmaster] euk1.php.net : packages list and counter
[email protected] (Helgi Þormar Þorbjörnsson)
| Newsgroups | php.pear.webmaster |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 29, 2009 at 2:18 PM, Daniel O'Connor <[email protected]> wrote: > Guessing wildly: dodgy data from packages released long, long ago? > > Alternatively, this condition isn't right. > http://cvs.php.net/viewvc.cgi/pearweb/public_html/packages.php?view=markup#l128 Well I guess this will fail if a PHP version wasn't defined at all on a release :-) As far as I know we never had PHP 3 packages so I guess when PHP 4 is selected we can just do IS NOT >= 5 or some such - that allows us to display PHP 4 packages and those with no PHP version defined under the same umbrella. - Helgi