[phpxmlrpc] Re: XMLRPC - HTTP_RAW_POST_DATA is duplicated...

Gaetano Giunta giunta.gaetano at sea-aeroportimilano.it
Mon Jun 16 16:36:34 BST 2003


This is due to the way PHP handles objects: very very bad.
Until version 5 is out, you should always & assign objects you create:

$c =& new xmlrpc_client("/XMLRPC/server.php", "slate", 80);

Otherwise the object gets created by 'new' and then duplicated (i.e. created again) by '='




More information about the phpxmlrpc mailing list