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



_______________________________________________
phpxmlrpc mailing list
[EMAIL PROTECTED]
http://lists.usefulinc.com/cgi-bin/mailman/listinfo/phpxmlrpc

Reply via email to