Re: xmlrpc 1.0.99.2

Dino Termini <[email protected]>
Newsgroups gmane.comp.php.xml-rpc
Organization Mediterranean Broadband Infrastructure
Message-ID <[email protected]>
Andres Salomon ha scritto:
 >>From the sourceforge release notes:
 >
 > Release Name: 1.0.99.2
 >
 > Notes:
 > XMLRPC 1.0.99.2 is a bugfix release; it fixes some major issues that were
 > in 1.0.99.  If there are no large bugs, this will become 1.1.  Please 
test
 > it thoroughly.
 >
 >

Hi all! Thank you for your library, it is very useful for code
separation and good programming style. Also for implementing MVC model.
But I want to share with you this problem. To get the library working,
it was necessary to add this piece of code under types declaration. Why?

// Patch by Dino Termini ([email protected]) - Registering global
variables under PHP 4.1+
$GLOBALS["xmlrpcI4"] = $xmlrpcI4;
$GLOBALS["xmlrpcInt"] = $xmlrpcInt;
$GLOBALS["xmlrpcBoolean"] = $xmlrpcBoolean;
$GLOBALS["xmlrpcDouble"] = $xmlrpcDouble;
$GLOBALS["xmlrpcString"] = $xmlrpcString;
$GLOBALS["xmlrpcDateTime"] = $xmlrpcDateTime;
$GLOBALS["xmlrpcBase64"] = $xmlrpcBase64;
$GLOBALS["xmlrpcArray"] = $xmlrpcArray;
$GLOBALS["xmlrpcStruct"] = $xmlrpcStruct;

$GLOBALS["xmlrpcTypes"] = $xmlrpcTypes;

-- 
Dino Termini - [email protected]
M.B.I. Srl - http://www.mbigroup.it
tel 0039 050 8754939
fax 0039 050 8754908
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.