[phpxmlrpc] [Fwd: XMLRPC Class]

2003-12-16 Thread Edd Dumbill
-Forwarded Message- From: Laurent GROUSSET <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: XMLRPC Class Date: Tue, 16 Dec 2003 15:03:42 +0100 Hy, Well i have use your usefull XMLRPC class â But i need to specify an idsession to connect to the server. So i modify you class. Yo

[phpxmlrpc] [Fwd: Modification to xmlrpc_encode to supportassociative and sequential arrays]

2003-08-28 Thread Edd Dumbill
-- Edd Dumbill. More from me at <http://usefulinc.com/edd/blog> Managing Editor, XML.com, XMLhack.com; Chair, XML Europe 2003 --- Begin Message --- Hello! Many thanks for providing an excellent library. I modified the xmlrpc_encode() function to distinguish between associativ

[phpxmlrpc] Re: BUGFIX: Something to do with $_xh[$parser]['ac']

2003-01-20 Thread Edd Dumbill
I understand this is fixed in CVS. I've copied your mail to the phpxmlrpc mailing list where I request you post further questions. Thanks Edd. On Sat, 2003-01-18 at 19:39, Charlie Dyson wrote: > I don't understand this bug (because I don't know the code), however > there is a problem in xmlrpc.

[phpxmlrpc] [admin] list now open

2003-01-16 Thread Edd Dumbill
This list now has an open posting policy, as per my email from a few days ago. It should be spam protected courtesy of spamassassin. You may get the occasional spam that sneaks through, for which I apologise in advance. -- Edd signature.asc Description: This is a digitally signed message par

[phpxmlrpc] [admin] mail delays

2003-01-11 Thread Edd Dumbill
My apologies to those whose mail to this list were delayed because they got caught in the moderation process. I had kept this list closed to members in order to keep spam out. I've since installed spamassassin on the server that controls this list, and unless members object, I will make posting t

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

2002-12-23 Thread Edd Dumbill
Please ask questions like this on the mailing list, to which I copy this reply. On Fri, 2002-12-20 at 18:57, Scott Cropley wrote: > Ed, > > I' playing with your php classes and have found the HTTP_RAW_POST_DATA dta > is duplicated. > > My testing shows the payload only going out once, but tat t

[phpxmlrpc] [Fwd: xmlrpc 1.0.99]

2002-12-18 Thread Edd Dumbill
Excellent, thanks Andres! For others on the list, more info at https://sourceforge.net/project/shownotes.php?release_id=128728 -Forwarded Message- From: Andres Salomon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: xmlrpc 1.0.99 Date: 18 Dec 2002 03:18:48 -0500 FYI, 1.0.99 is now re

[phpxmlrpc] [Fwd: xmlrpc signing]

2002-10-28 Thread Edd Dumbill
Any comments? Please be sure to CC Andres. -Forwarded Message- From: Andres Salomon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: xmlrpc signing Date: 29 Oct 2002 02:41:38 -0500 I'm attempting to add key signing to your xmlrpc library (I'll feed changes back upstream once I'm done)

[phpxmlrpc] Re: Getting an error

2002-09-30 Thread Edd Dumbill
ot;Alabama"; break; > case 50: $name="Wyoming"; break; > default: $name="Unknown"; break; > } > > return new xmlrpcresp(new xmlrpcval($name, "string")); > } > > $s=new xmlrpc_server(array("examp

Re: [phpxmlrpc] include error

2002-08-31 Thread Edd Dumbill
y > include or require statements that might explain this behaviour. > > TIA, > > > -- > jason perkins > www.somebodydial911.com > > _______ > phpxmlrpc mailing list > [EMAIL PROTECTED] > http://lists.usefulinc.com/cgi-bin/mailman/listinfo/phpxmlrpc -- Edd Dumb

[phpxmlrpc] Re: 403 error on apidocs

2002-07-13 Thread Edd Dumbill
ment available elsewhere? > > Thanks, > > Allan > -- Edd Dumbill | phone: +44 1904 427740 |-- | Managing Editor, XML.com, XMLhack.com -- Chair, XML Europe 2002 | I PGP sign my email; more info at http://heddley.com/edd/pgp.html signature.asc Description: This is a digitally signed message part

[phpxmlrpc] [Fwd: Call to a member function on a non-object]

2002-07-10 Thread Edd Dumbill
--- Begin Message --- Hello Mr. Dumbill, i'm testing XindiceAdmin with german text. I've got the error message above, when the text which is extracted by the method queryDocument contains the Umlaut-Characters. The error message points on the line 1018 in xmlrpc.inc (function xmlrpc_decode() ?)

[phpxmlrpc] Administravia: list move

2002-07-01 Thread Edd Dumbill
I'm migrating servers right now. As part of that, this list has moved over to being managed by Mailman. All else should be normal. You'll be able to adjust your subscription via the link in the footer of each message. cheers -- Edd -- Edd Dumbill | phone: +44 1

[phpxmlrpc] Re: XMLRPC PHP class update?

2002-06-27 Thread Edd Dumbill
reference has been > deprecated - argument passed by value; If you would like to pass it by > reference, modify the declaration of fsockopen(). If you would like to > enable call-time pass-by-reference, you can set > allow_call_time_pass_reference to true in your INI file.

Re: [phpxmlrpc] Re: PHP XML-RPC encoding

2002-05-29 Thread Edd Dumbill
Well, I understand the motivation and on the surface it sounds sane enough. XML-RPC is woefully underspecified where encoding is concerned unfortunately. Only ASCII characters are really guaranteed. Maybe we should incorporate this patch but not shout about it too much :) On Mon, 2002-05-27 at

[phpxmlrpc] Re: PHP XML-RPC encoding

2002-05-26 Thread Edd Dumbill
print $payload; > } > > Greetings, > > -- > Víctor R. Ruiz | - Todos estos momentos se perderán, como > http://rvr.infoastro.com | lágrimas en la lluvia. -- Edd Dumbill | phone: +44 1904 427740 |-- | Managing Editor, XML.com

Re: [phpxmlrpc] Will the PHP XMLRPC library allowfunction overloading?

2002-04-23 Thread Edd Dumbill
On Tue, 2002-04-23 at 15:30, Julian Bond wrote: > In article <1019553025.1090.149.camel@pingu>, Edd Dumbill > <[EMAIL PROTECTED]> writes > >On Fri, 2002-03-22 at 08:09, Jeff Barr wrote: > >> Does XML-RPC allow function overloading? > > There's a gro

Re: [phpxmlrpc] Will the PHP XMLRPC library allow functionoverloading?

2002-04-23 Thread Edd Dumbill
On Fri, 2002-03-22 at 08:09, Jeff Barr wrote: > Hi Everyone, > > Does XML-RPC allow function overloading? > > In other words, Is there a way to declare the same function > twice, once with say, an integer parameter and once with a > string? I tried simply putting both variants of the signature

Re: [phpxmlrpc] Comments on libwww 'hack'?

2002-03-19 Thread Edd Dumbill
This seems to pertain to Eric Kidd's software, rather than the one from phpxmlrpc.sourceforge.net On Mon, 2002-03-18 at 22:45, Dave Belfer-Shevett wrote: > > Hi folks, I'm using xmlrpcs.inc to whip up a server for a KDE project. > They were getting tons of 'unclosed token' errors, and found this

[phpxmlrpc] [Fwd: BOUNCE phpxmlrpc@usefulinc.com: Non-member submission from["Paul James" ]]

2002-03-01 Thread Edd Dumbill
--- Begin Message --- >From edd Thu Feb 28 11:15:50 2002 Received: from russd.com (adsl-190-68.iomart.com [212.38.190.68]) by edmundd.iserver.net (8.11.6) id g1SIFnG39214 for <[EMAIL PROTECTED]>; Thu, 28 Feb 2002 11:15:49 -0700 (MST) Received: from 2idle [192.168.0.2] by russd.com [2

Re: [phpxmlrpc] authentication

2002-02-06 Thread Edd Dumbill
See http://xmlrpc.usefulinc.com/doc/apidocs.html#AEN191 setCredentials, setCertificate On Wed, 2002-02-06 at 15:17, Berkay Mollamustafaoglu wrote: > Hi, > I'm trying to find out how authentication is done with XML-RPC PHP. Does the > client pass the username and pwd as parameters? Naturally, thi

[phpxmlrpc] Re: XMLRPC for PHP

2002-02-03 Thread Edd Dumbill
o change my code in the future -- plus it has direct > support for PHP values (i.e. it doesn't require any > calls to functions like structmem() or scalarval() to > fetch values). > > Thanks, > > JL > > > -- Edd Dumbill | phone: +44 1904 427740

[phpxmlrpc] Re: PHPXMLRPC

2002-02-01 Thread Edd Dumbill
EM warmod > ATMD force power enforce sensitive directorate TSP NSTD ORD DD2-N AMTAS > STRAP warrior-T presidental elections policital foreign embassy takeover > -- > > -- Edd Dumbill | phone: +44 1904 427740 |---

[phpxmlrpc] [Fwd: BOUNCE phpxmlrpc@usefulinc.com: Non-member submission from[Silvio Macedo ]]

2002-01-27 Thread Edd Dumbill
--- Begin Message --- >From edd Sat Jan 26 16:14:55 2002 Received: from mr1.cc.ic.ac.uk (mr1.cc.ic.ac.uk [155.198.5.111]) by edmundd.iserver.net (8.11.6) id g0QNEtS61493 for <[EMAIL PROTECTED]>; Sat, 26 Jan 2002 16:14:55 -0700 (MST) Received: from casbah.ee.ic.ac.uk ([155.198.117.40] ident=r

Re: [phpxmlrpc] Problems running XML-RPC example server

2002-01-19 Thread Edd Dumbill
On Tue, 2002-01-15 at 11:01, Markus Kutschker wrote: > Hello Greg. > > > Please try my server: http://www.xmldesigners.com/php/xml-rpc/xmlrpc/ > > > > each of the following files should provide the correct response: > > ... > > I tried all these, and they are all running, but the Server xmlrpc.h

[phpxmlrpc] Re: XML RPC - PHP

2002-01-19 Thread Edd Dumbill
> 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.

Re: [phpxmlrpc] Problems running XML-RPC example server

2002-01-14 Thread Edd Dumbill
On Mon, 2002-01-14 at 10:01, Markus Kutschker wrote: > P.S: Is the emailadress [EMAIL PROTECTED] correct for posting in these > list? > If not, please tell me theright one. Thanx. yes, that's fine. [EMAIL PROTECTED] will also work. this list however, is primarily for support for the UsefulInc d

[phpxmlrpc] [Fwd: BOUNCE phpxmlrpc@usefulinc.com: Non-member submission from[Shayde ]]

2002-01-07 Thread Edd Dumbill
--- Begin Message --- >From edd Mon Jan 7 06:33:12 2002 Received: from lightship.internal.homeport.org (h0010b58a6eac.ne.mediaone.net [24.91.85.71]) by edmundd.iserver.net (8.11.6) id g07DXBw99075 for <[EMAIL PROTECTED]>; Mon, 7 Jan 2002 06:33:11 -0700 (MST) Received: by lightship.internal.

[phpxmlrpc] Re: Bug in XML-RPC for PHP

2001-12-31 Thread Edd Dumbill
Hi Stephan, I'm afraid I don't have time to personally attend to everyone's troubles with the software. I'm copying your message to the mailing list in case anyone there can help. thanks, Edd. On Sun, 2001-12-30 at 12:53, Stephan Schmidt wrote: > Hi, > > I'm using your XML-RPC for PHP library t

Re: [phpxmlrpc] proper faultCode() handling?

2001-12-06 Thread Edd Dumbill
On Wed, 2001-12-05 at 14:07, Dave Belfer-Shevett wrote: > > Hi folks. I'm using the current phpxmlrpc library, and I'm wondering if > I've misinterpreted something, or if this is just not workign right. > > If I place a call to my xmlrpc server, my process is: > > - create the message via 'new

[phpxmlrpc] new stable release, 1.02

2001-11-29 Thread Edd Dumbill
A new stable release is available of XML-RPC for PHP It should be downloadable shortly from: https://sourceforge.net/project/showfiles.php?group_id=34455 It fixes the issue of the double CR LF bug mentioned today on this list, and also a couple of warnings generated by uninitialized variables.

Re: [phpxmlrpc] CRLFCRLF

2001-11-29 Thread Edd Dumbill
On Thu, Nov 29, 2001 at 10:10:19AM +, Julian Bond wrote: > In article <1007020948.30660.4.camel@pingu>, Edd Dumbill > <[EMAIL PROTECTED]> writes > >I can't reproduce this simply by creating a return payload with newlines > >in it, things work OK. Can you

Re: [phpxmlrpc] CRLFCRLF

2001-11-29 Thread Edd Dumbill
I can't reproduce this simply by creating a return payload with newlines in it, things work OK. Can you capture and send over the full HTTP response from blogger, so I can see the headers and everything please? On Mon, 2001-11-26 at 17:36, Julian Bond wrote: > Where I've got control over both en

Re: [phpxmlrpc] character encoding?

2001-11-28 Thread Edd Dumbill
On Tue, 2001-11-27 at 22:05, Justin R. Miller wrote: > I'm using the libs in a pretty typical manner, except occasionally a > character such as ü or é makes its way into the XML being sent and I get > an "improperly formed XML" error from the server-side PHP. I assume > that this is because PHP u

Re: [phpxmlrpc] a comparison of xmlrpc.*.inc and php4/ext/xmlrpc

2001-11-20 Thread Edd Dumbill
On Tue, 2001-11-20 at 18:06, Jim Barcelona wrote: > Dear List, > > Currently at work we're trying to decide between xmlrpc*.inc files and > the new php4/ext/xmlrpc. > > What do you folks think of the xmlrpc extension in php4? Have you tried > it out? Is it better to just use an include file than

[phpxmlrpc] Re: XMLRPC stuff in PHP-PEAR

2001-11-20 Thread Edd Dumbill
Wolfram, Some of the bugs you mention are fixed in the latest release of XML-RPC for PHP. The PEAR maintainers tell me that they're no longer going to update the PEAR version as a C module for XML-RPC has been submitted, so I think you'll have to work with the version now available at http://php

[phpxmlrpc] [Fwd: Re: About PHP and XML RPC]

2001-11-20 Thread Edd Dumbill
A solution. --- Begin Message --- Dear Edd Dumbill, I have just solved the problem. When you use the curl_setopt with the options CURLOPT_HTTPHEADER, CURLOPT_QUOTE, and CURLOPT_POSTQUOTE there are some problems. In the case of CURLOPT_HTTPHEADER you must go to the line 143 of the /ext/curl

[phpxmlrpc] [Fwd: Re: About PHP and XML RPC]

2001-11-19 Thread Edd Dumbill
Hmph. I can't think of a good reason for this. --- Begin Message --- Yes, It works outside On 19 Nov 2001, Edd Dumbill wrote: > Have you been able to use curl/ssl outside of php xml-rpc? At first > glance, this doesn't look as though it's a problem with the xml-rpc &

[phpxmlrpc] Re: About PHP and XML RPC

2001-11-19 Thread Edd Dumbill
ettimeofday({1006202170, 195509}, NULL) = 0 > gettimeofday({1006202170, 195659}, NULL) = 0 > write(4, "HTTP/1.1 200 OK\r\nDate: Mon, 19 N"..., 586) = 586 > _llseek(4, 0, [0], SEEK_SET)= 0 > fstat(4, {st_mode=S_IFREG|0600, st_size=586, ...}) = 0 > read(4, "HTTP/1.1 200 OK\r\nDa

[phpxmlrpc] [Fwd: Re: About PHP and XML RPC]

2001-11-19 Thread Edd Dumbill
t_mode=S_IFREG|0600, st_size=586, ...}) = 0 read(4, "HTTP/1.1 200 OK\r\nDate: Mon, 19 N"..., 4096) = 586 read(4, "", 4096) = 0 read(4, "", 4096) = 0 --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ ==

[phpxmlrpc] Re: About PHP and XML RPC

2001-11-19 Thread Edd Dumbill
On Mon, 2001-11-19 at 19:12, Rodrigo Mello wrote: > Edd, > > I have compiled PHP 4.0.2, 4.0.4 and 4.0.5 with CURL 7.8.1 and 7.9.1 ans > OPENSSL to try to use HTTPS support with XML RPC, but it didn't work. > > Do you know ehat version of PHP, CURL and OPENSSL I may use? We would need to know a

Re: [phpxmlrpc] IMPORTANT: Security update release

2001-09-25 Thread Edd Dumbill
On Tue, 2001-09-25 at 10:50, Edd Dumbill wrote: > I will disclose full details of the exploit on the project web site > soon, after asking Dan if he's amenable to his report being published. Dan has confirmed that his exploit will not work on the newest version, 1.01. He also gave me

[phpxmlrpc] IMPORTANT: Security update release

2001-09-25 Thread Edd Dumbill
All releases up to and including version 1.0 of XML-RPC for PHP have a serious security vulnerability, allowing hostile remote clients or servers to execute arbitrary code on your machine. It is of critical importance that if you run an XML-RPC server or client using the XML-RPC for PHP code that

Re: [phpxmlrpc] CDATA[] usage

2001-09-19 Thread Edd Dumbill
On Wed, 2001-09-19 at 02:55, rick wrote: > Are we allowed to use the [CDATA[ ]] tags inside of our XML tags? Sometimes >my values have HTML inside, and I'd rather not use htmlentities() on the whole thing. > > Or, is there an opposite to the htmlentities() function that converts < to < (and >

Re: [phpxmlrpc] Problems passing a struct of arrays...

2001-08-27 Thread Edd Dumbill
On Sat, 2001-08-25 at 06:32, Jason L . Buberel wrote: > Here is the patch that will fix xmlrpc.inc to work with large > payloads. Not sure how large, but certainly larger than the original > version. Hope you don't mind the verbose comments... > > -jason Could you upload this patch/file a bug on

Re: [phpxmlrpc] Project moving to SourceForge

2001-08-27 Thread Edd Dumbill
On Mon, 2001-08-27 at 22:48, Justin R. Miller wrote: > Thus spake Edd Dumbill ([EMAIL PROTECTED]): > > > * we can take advantage of the facilities such as CVS repository, > >bug tracker, patch upload area, etc. > > How can CVS access be obtained? Do you have a

[phpxmlrpc] Project moving to SourceForge

2001-08-27 Thread Edd Dumbill
Following the release of 1.0 today, I've moved XML-RPC for PHP to SourceForge. http://sourceforge.net/projects/phpxmlrpc/ http://phpxmlrpc.sourceforge.net/ This means that: * we can take advantage of the facilities such as CVS repository, bug tracker, patch upload area, etc. * other fol

Re: [phpxmlrpc] send failed error

2001-08-27 Thread Edd Dumbill
On Mon, 2001-08-27 at 21:59, Kevin Drennan wrote: > Can anyone tell me where to start looking if I'm consistently getting > a "send failed" error when I try to run the examples (in particular > client.php)? I'm just getting started here so be gentle. Have you changed the server the examples poi

Re: [phpxmlrpc] ANN: XML-RPC for PHP, 1.0

2001-08-27 Thread Edd Dumbill
On Mon, 2001-08-27 at 17:41, Justin R. Miller wrote: > Thus spake Edd Dumbill ([EMAIL PROTECTED]): > > > * experimental support for SSL via the curl extensions to PHP. Needs > >PHP 4.0.2 or greater, but not PHP 4.0.6 which has broken SSL support. > > Thanks for put

[phpxmlrpc] ANN: XML-RPC for PHP, 1.0

2001-08-27 Thread Edd Dumbill
I'm pleased to announce XML-RPC for PHP version 1.0 (final). It's taken two years to get to the 1.0 point, but here we are, finally. The major change is re-licensing with the BSD open source license, a move from the custom license previously used. After this release I expect to move the project

Re: [phpxmlrpc] Any non-port80 success?

2001-08-09 Thread Edd Dumbill
On 09 Aug 2001 07:54:48 -0400, Tom Henry wrote: > Hello > > My port 80 is now blocked (by ATT Roadrunner due to their Code Red > problems). > > I've gotten my Apache server (on Linux) to Listen on port 8080 > > But... after modifying scripts to... use 8080 I am now getting > "Call to a member

Re: [phpxmlrpc] problem with xmlrpc_client() with an empty server_path

2001-07-31 Thread Edd Dumbill
On Tue, Jul 31, 2001 at 03:31:47PM -0400, Eliot Shepard wrote: > > > Try using "/" instead of "". > > > > On Tue, Jul 31, 2001 at 03:24:34PM -0400, Eliot Shepard wrote: > > > $c = new xmlrpc_client("", "216.73.27.36", 8080); > > > > > > I get HTTP 400 "Bad Request" errors. > > I was clever eno

Re: [phpxmlrpc] problem with xmlrpc_client() with an empty server_path

2001-07-31 Thread Edd Dumbill
Try using "/" instead of "". On Tue, Jul 31, 2001 at 03:24:34PM -0400, Eliot Shepard wrote: > $c = new xmlrpc_client("", "216.73.27.36", 8080); > > I get HTTP 400 "Bad Request" errors. -- For information about how to subscribe and unsubscribe from this list visit http://xmlrpc.usefulinc.com/lis

Re: [phpxmlrpc] $xmlrpcBoolean in xmlrpc_encode helper funct

2001-07-25 Thread Edd Dumbill
Thanks. I've patched my source, and will incorporate this in a point release of the stable distribution. I'm also considering doing an unstable branch so I can include some experimental support for things contributed by others, e.g. SSL support via curl. On 25 Jul 2001 12:37:40 +0200, giancarlo

[phpxmlrpc] FW: How to decode XML-rpc

2001-07-20 Thread Edd Dumbill
Forwarded to the list. To prevent spam, this list is member-only. You have to post from the address you signed up as. -- Edd - Forwarded message from [EMAIL PROTECTED] - Date: Fri, 20 Jul 2001 14:54:12 +0200 From: giancarlo pinerolo <[EMAIL PROTECTED]> To: xmlrpc list <[EMAIL PROTEC

[phpxmlrpc] ANNOUNCE: PHP for XMLRPC 1.0beta9

2001-07-07 Thread Edd Dumbill
I'm pleased to announce XML-RPC for PHP version 1.0 beta 9. This is is largely a bugfix release. It can be downloaded from http://xmlrpc.usefulinc.com/php.html Comprehensive documentation is available in the distribution, but you can also browse it at http://xmlrpc.usefulinc.com/doc/ Bugfixes

[phpxmlrpc] Test mail

2001-07-06 Thread Edd Dumbill
Test mail to check archiving is working to new list. -- Edd Dumbill --/ voice: +44 1904 415819 fax: +44 8701 640230 /-- | Managing Editor, XML.com -//- Publishing Editor, XMLhack.com | Chair, XML Europe 2002 -//- Chair, O'Reilly XTech 2001 -- For information about how to subscrib