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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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: Tue Apr 30 13:01:32 2024 UTC