php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #57847 Please update package.xml to 2.0
Submitted: 2007-09-25 12:03 UTC Modified: 2008-03-11 05:30 UTC
From: Fedora at FamilleCollet dot com Assigned:
Status: Closed Package: pdflib (PECL)
PHP Version: Irrelevant OS: Linux (Fedora)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
34 - 12 = ?
Subscribe to this entry?

 
 [2007-09-25 12:03 UTC] Fedora at FamilleCollet dot com
Description:
------------
This package still provides an old version 1.0 package.xml.

One problem with this, is that registering the extension use the pear.php.net channel rather than the pecl.php.net

Regards




Reproduce code:
---------------
/usr/bin/pecl install --nodeps --soft --force --register-only --nobuild /path/to/package.xml


Expected result:
----------------
Installed packages, channel pecl.php.net:
=========================================
Package  Version State
pdflib   2.1.4   stable
...
Installed packages, channel pear.php.net:
=========================================
Package                       Version  State
...

Actual result:
--------------
Installed packages, channel pecl.php.net:
=========================================
Package  Version State
...
Installed packages, channel pear.php.net:
=========================================
Package                       Version  State
pdflib                        2.1.4    stable
...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-09-26 13:51 UTC] Remi at FamilleCollet dot com
Note that this simple workaround is working :

pecl convert package.xml package2.xml
pecl install --nodeps --soft --force --register-only --nobuild package2.xml
 [2008-03-11 05:30 UTC] rjs at pdflib dot com
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

updated package.xml to new format in CVS. New package will be uploaded to pecl.php.net soon.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC