For Programmers: Free Programming Magazines  


Home > Archive > PHP PEAR Questions and Answers > May 2005 > old releases with invalid package.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author old releases with invalid package.xml
Greg Beaver

2005-05-04, 3:57 am

Hi all,

Due to the moves I've been making to REST, several ancient releases and
a few newer ones have come to light that do not have valid package.xml.
In particular, every single one of File_Ogg's releases is invalid, due
to the use of:

<dep type="php" rel="ge">0.4.1</dep>

instead of

<dep type="php" rel="ge" version="0.4.1"/>

This means the package is not installable with PEAR 1.4.0 at all,
because it is one of the first PEAR versions that actually validates
package.xml. I would suggest pulling all three releases and
re-releasing them with corrected package.xml. This should be possible
with some cvs checkout and re-release magic by anyone in QA.

I have not discovered any other packages where every release is invalid,
so this will not affect many packages.

Greg
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com