|
Posted by R. Rajesh Jeba Anbiah on 12/18/53 11:49
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.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|