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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Tue May 21 08:01:31 2024 UTC