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
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
38 + 44 = ?
Subscribe to this entry?

 
 [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