php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66389 XMLRPC decoding 64bit integers
Submitted: 2014-01-02 07:49 UTC Modified: -
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: anthonyryan1 at gmail dot com Assigned:
Status: Open Package: XMLRPC-EPI related
PHP Version: 5.5.8RC1 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: anthonyryan1 at gmail dot com
New email:
PHP Version: OS:

 

 [2014-01-02 07:49 UTC] anthonyryan1 at gmail dot com
Description:
------------
Even when PHP is compiled on a 64 bit system, xmlrpc fails to properly handle integers of this size.

There are two changes necessary to achieve this. the xmlrpc extension needs to start using proper types while parsing input. And the <i8> tag should be handled properly as it has become common for representing 64bit integers in numerous XMLRPC implementations.


Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 09:01:29 2024 UTC