phpxmlrpc
phpxmlrpc copied to clipboard
A php library for building xmlrpc clients and servers
En la ruta: /src/Wrapper.php 1069 Nombre de la vulnerabilidad: Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')
At some point going forward, it might be worth doing a refactoring pass to modernize the existing API according to the usual oop best practices. In no particular order: -...
Roadmap?
I've been using this XML-RPC library for quite some time now. I'm wondering when are new features expected? What can we expect? What are the plans with this project at...
For a request working fine in my coworkers pc, I'm getting `Invalid return payload: enable debugging to examine incoming payload (XML error at line 1, check URL)`. Debug returns an...
Hi, There seems to be a problem where PHPXMLRPC doesn't understand how to accept/decipher an http -> https redirect. object(PhpXmlRpc\Response)[13] public 'val' => int 0 public 'valType' => null public...
Usage e.g.: php_xmlrpc_encode(file_get_contents(...), ['base64']) php_xmlrpc_encode(file_get_contents(...), ['binary'])
this avoids weird ambiguity "XML-RPC for PHP 4.2.1" sounds like it's for PHP version in question, not this library. personally i would change whole agent to be project name "PHPXMLRPC/4.2.1"...
The validation requires that the DATATIME.ISO8601 data be in the YYYYMMDDTHH:MM:SS format. This is a valid ISO8601 format, but the spec allows for other formats as well. This check should...
In particular CP1252 :) If the set internal encoding isn't one supported by the xml parser, then the XML parser can be told output UTF-8 (which is already the case),...
Is there any way to get the raw XML output (for debugging purposes)? I have a bug, but can't work out where and am hoping that having access to the...