[phpxmlrpc] Undefined index: ac in xmlrpc.inc

2002-10-09 Thread Kevin Woolley
I've been developing a system using the xmlrpc libraries on linux for a couple of weeks now, and everything is looking good on my code. However we've a requirement to run the system under windows, so I've just spent the last day trying to achieve this - without success. using the standard testsu

Re: [phpxmlrpc] Undefined index: ac in xmlrpc.inc

2002-10-09 Thread Miles Lott
I am pretty sure this is fixed in cvs. It should be simple to fix in your copy by adding a line: $_xh[$parser]['ac'] = ''; Under the other, similar lines near the top of the same function. Kevin Woolley wrote: > > I've been developing a system using the xmlrpc libraries on linux for a > coupl