|
Posted by elyob on 11/07/69 11:49
"R. Rajesh Jeba Anbiah" <ng4rrjanbiah@rediffmail.com> wrote in message
news:1149483953.010964.39520@j55g2000cwa.googlegroups.com...
> elyob wrote:
>> "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@rediffmail.com> wrote in message
>> news:1149443964.345550.313860@y43g2000cwc.googlegroups.com...
>>
>> > When you enable any extension, you just use it's functions; you
>> > don't need to include/require anything else.
>> >
>>
>> Thanks, that makes complete sense but it's still not working here ... the
>> error I get is ..
>>
>> PHP Fatal error: Class 'xmlrpc_client' not found
>>
>> In the phpinfo() information I can see this ..
>>
>> xmlrpc
>> core library version xmlrpc-epi v. 0.51
>> php extension version 0.51
>> author Dan Libby
>> homepage http://xmlrpc-epi.sourceforge.net
>> open sourced by Epinions.com
>>
>>
>> So, had kind of hoped it would work.... but am now presuming that
>> http://phpxmlrpc.sourceforge.net is different in the way that it works. I
>> will have to make quite a few code changes, presumably.
> <snip>
>
> xmlrpc is a PHP extension <http://in2.php.net/xmlrpc> and that
> means the functions are available like any other PHP functions once you
> enable it. But, phpxmlrpc at sourceforge.net is another project that
> provides PHP classes but source available in PHP; IOW, it's a PHP code.
>
> You cannot expect the phpxmlrpc to work by enabling xmlrpc.
Yeah, figured that out when I was writing my reply. I think my mistake in my
mind was that I stuck phpxmlrpc in a folder called xmlrpc. So, when I was
fiddling about with my server I suddenly thought "why have two copies", but
couldn't get it to work. In my excitement, I didn't put it together that
they are two completely different things. I'll just stick with phpxmlrc for
the moment!
Thanks again
Navigation:
[Reply to this message]
|