-
I apologize. I was not aware of the i8 sittuation.
Now regarding the handling of the i8 type on 32bit platforms, I was thinking of creating separate implementations of the xmlrpc.inc file for 32bit platforms (xmlrpc_32bit.inc) and for 64bit platforms (xmlrpc_64bit.inc), but both having the same classes with the same names.
Then use the following code in a xmlrpc.inc file:
2010-01-01 23:51:54 UTC by u0m3
-
FYI, i8 is not part of the xml-rpc standard - it might be getting more and more widespread, but I fear there might be discord over its implementation (eg. http://ws.apache.org/xmlrpc/types.html lists a different tag: ex:i8).
This means I will try to implement this feature, but with a lower priority than bugs
- taking into account 32bit limitations
- using a similar api to what has been...
2009-12-28 11:14:53 UTC by ggiunta
-
Apparently, PHP integers are 32bit signed on x86 and 64bit signed on x86_64...
The size of the PHP integer can be read using PHP_INT_SIZE.
This imposes a hack for running PHPXMLRPC on x86 and also supporting 64 bit integers.
2009-12-12 21:36:06 UTC by u0m3
-
XMLRPC call FAILED!
Fault code: [2] Reason: 'Invalid return payload: enable debugging to examine incoming payload xmlrpc element I8 cannot be child of VALUE'
Debug info:
---SENDING---
POST /RPC_PATH HTTP/1.0
User-Agent: XML-RPC for PHP 3.0.0.beta
Host: myhost:80
Accept-Charset: UTF-8,ISO-8859-1,US-ASCII
Content-Type: text/xml
Content-Length: 102
...
2009-12-11 15:12:14 UTC by u0m3
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 90 days (the time period specified by
the administrator of this Tracker).
2009-12-05 02:20:05 UTC by sf-robot
-
ggiunta committed revision 71 to the XML-RPC for PHP SVN repository, changing 2 files.
2009-11-11 19:29:57 UTC by ggiunta
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 90 days (the time period specified by
the administrator of this Tracker).
2009-11-01 02:20:13 UTC by sf-robot
-
Thank you very much, I did register, but sourceforge took a few hours to verify my email :)
Thanks for the link, we'll give that a go now, I think your library has saved us a huge amount of grief (changing hosting companies to get xmlrpc support).
Many thanks!
2009-10-20 15:10:35 UTC by russtaylor
-
Thanks for posting Russ. I hope you read this msg - if you had been logged in I could have answered to you directly.
The 'extras' packages is in fact NOT the extras dir present in the main zip file, but it can be downloaded as a separate zip from https://sourceforge.net/projects/phpxmlrpc/files/. That's why you could not find the emulated xmlrpc_encode_request() that you where looking for...
2009-10-20 08:40:38 UTC by ggiunta
-
Hello,
This is not a bug, it's merely me not fully appreciating what this library offers or understanding it. Apologies for that.
I'm trying to use XMLRPC to post to Wordpress, and my WP software uses xmlrpc_encode_request(). Being on a 1and1 managed server I don't have the ability to recompile php with xmlrpc lib support. I hoped this library would be an equivalent. I have included all...
2009-10-14 15:32:11 UTC by nobody