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] Problems passing a struct of arrays...

2001-08-24 Thread Jason L . Buberel
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 *** xmlrpc.inc Fri Aug 24 21:48:10 2001 --- /home/jason/src/xmlrpc/xmlrpc.inc Fri Jul 6 11:23:35 2001

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

2001-08-24 Thread Jason L . Buberel
I've dug through the code a bit more, and I can now see where the problem is: Near line 559 of xmlrpc.inc, there is the following: // gotta get rid of headers here if ((!$hdrfnd) && ereg("^(.*)\r\n\r\n",$data,$_xh[$parser]['ha'])) { $data=ereg_replace("^.*\r\n