Re: [phpxmlrpc] Re: XML RPC - PHP

2002-01-19 Thread Markus Kutschker

Yes it is working, but may be there is (I have ;-) a problem with adding headers
after using the xml_parse(...) function, I wrote about my problem with this a
few day ago.
(it is line 178 in the xmlrpcs.inc and the errors cause (maybe) is about line
245 in xmlrpc.inc)

Markus

Edd Dumbill schrieb:

> I imagine that it's working OK in PHP4 as the xml_parser_create function
> can already be found. I don't have a Windows box to test on but nobody's
> reported a bug due to this.
>
> Supporting PHP3 is still an important goal for this XML-RPC library.
>
> -- Edd
>
> On Sat, 2002-01-19 at 03:21, Robert J Sherman wrote:
> >
> > Edd,
> >  I'm pretty new to this (XML - RPC) and am just perusing things,
> > but I noticed something that I thought
> > be of need of a correction (I just downloaded 1.02 today), but in the file
> > (xmlrpc.inc) this block of code appears:
> >
> > if (!function_exists('xml_parser_create')) {
> > // Win 32 fix. From: "Leo West" <[EMAIL PROTECTED]>
> >  if($WINDIR) {
> >  dl("php3_xml.dll");
> >  } else {
> >  dl("xml.so");
> >  }
> > }
> >
> > The reference to php3_xml.dll would no longer be required, with php4.
> >
> > As I said, I'm new to the whole XML RPC thing, perhaps this library is
> > un-necessary with PHP4?
> >
> > (If the above is correct, please ignore my ignorance)
> >
> > Thanks.
> >
> >
> > Kind Regards
> >
> > Robert J Sherman
> >...


--
For information about how to subscribe and unsubscribe from this list
visit http://xmlrpc.usefulinc.com/list.html



[phpxmlrpc] Re: XML RPC - PHP

2002-01-19 Thread Edd Dumbill

I imagine that it's working OK in PHP4 as the xml_parser_create function
can already be found. I don't have a Windows box to test on but nobody's
reported a bug due to this.

Supporting PHP3 is still an important goal for this XML-RPC library.

-- Edd

On Sat, 2002-01-19 at 03:21, Robert J Sherman wrote:
> 
> Edd,
>  I'm pretty new to this (XML - RPC) and am just perusing things, 
> but I noticed something that I thought
> be of need of a correction (I just downloaded 1.02 today), but in the file 
> (xmlrpc.inc) this block of code appears:
> 
> if (!function_exists('xml_parser_create')) {
> // Win 32 fix. From: "Leo West" <[EMAIL PROTECTED]>
>  if($WINDIR) {
>  dl("php3_xml.dll");
>  } else {
>  dl("xml.so");
>  }
> }
> 
> The reference to php3_xml.dll would no longer be required, with php4.
> 
> As I said, I'm new to the whole XML RPC thing, perhaps this library is 
> un-necessary with PHP4?
> 
> (If the above is correct, please ignore my ignorance)
> 
> Thanks.
> 
> 
> Kind Regards
> 
> Robert J Sherman
> DBA SnR Graphics
> 827 W 13th St
> Joplin, MO 64804
> 417.626.7759 ph
> 877.626.9876 toll free (US and Canada)
> 
> [EMAIL PROTECTED]
> 
> SnR Graphics
> Low Cost Solutions to Web Development
> http://www.snr-graphics.com/
> 
> 
-- 
Edd Dumbill ---/ phone: +44 1904 427740 /--
 | Managing Editor, XML.com -//- Publishing Editor, XMLhack.com
 | Chair, XML Europe 2002   -//- Chair, O'Reilly XTech 2001



msg00085/pgp0.pgp
Description: PGP signature