php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80618 XMLRPC 1.0RC1 checksum error
Submitted: 2021-01-12 16:21 UTC Modified: 2021-01-27 18:20 UTC
From: stronk7 at moodle dot org Assigned:
Status: Closed Package: XMLRPC-EPI related
PHP Version: 8.0.1 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: stronk7 at moodle dot org
New email:
PHP Version: OS:

 

 [2021-01-12 16:21 UTC] stronk7 at moodle dot org
Description:
------------
XMLRPC 1.0RC1 has been recently released for php 8.0 and up:

https://pecl.php.net/package/xmlrpc

Trying to install it using pecl fails with checksum error.

Using phpize, configure, make and make test does work ok.

Test script:
---------------
pecl install xmlrpc-beta


Expected result:
----------------
The extension is downloaded and compiled ok

Actual result:
--------------
downloading xmlrpc-1.0.0RC1.tgz ...
Starting to download xmlrpc-1.0.0RC1.tgz (82,513 bytes)
....................done: 82,513 bytes
ERROR: bad md5sum for file /tmp/pear/temp/xmlrpc/package.xml

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-01-12 17:02 UTC] cmb@php.net
-Status: Open +Status: Verified
 [2021-01-12 17:02 UTC] cmb@php.net
Indeed, the generated checksum is wrong, but I have no idea why.
I just retried that in a VM, and got a wrong checksum again.
 [2021-01-14 16:11 UTC] remi@php.net
Workaround, Try:

pecl install -f xmlrpc-beta
 [2021-01-14 16:14 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=pecl/networking/xmlrpc.git;a=commit;h=8f946df266b7932a6ea91b5edad82f1da4e6baec
Log: drop package.xml from package.xml, fix #80618
 [2021-01-14 16:14 UTC] remi@php.net
-Status: Verified +Status: Closed
 [2021-01-27 18:20 UTC] stronk7 at moodle dot org
Thanks!
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 12:01:33 2025 UTC