[PECL-BUG] Bug #22596 [NEW]: PECL PEAR channel rest interface brokenness
[email protected] ("cweiske at php dot net") 14 Mar 2011 13:17:37 -0000
| Newsgroups | php.pear.webmaster |
|---|---|
| Message-ID | <[email protected]> |
From: cweiske at php dot net Operating system: Package version: PHP version: Irrelevant Package: Web Site Bug Type: Bug Bug description: PECL PEAR channel rest interface brokenness Description: ------------ The channel xml files generated by pecl.php.net are not consistent. Example: > http://pecl.php.net/rest/p/dbus/info.xml has <n>DBus</n> The release package.xml file > http://pecl.php.net/rest/r/dbus/package.0.1.0.xml contains <name>dbus</name>. This is inconsistent and causes problems with strict implementations like Pyrus. Suggested fix: - Throw an error during the release process if the package name in PECL and in the package.xml does not match. - Regenerate all channel files so current packages work with strict installer implementations -- Edit bug report at http://pecl.php.net/bugs/bug.php?id=22596&edit=1 --