[phpxmlrpc-devel] [Fwd: XML-RPC Fix]
Brought to you by:
ggiunta
From: Edd D. <ed...@us...> - 2002-11-09 20:25:46
|
any opinions on this patch? seems uncontroversial enough to me. -----Forwarded Message----- From: Edgar <e....@mo...> To: ed...@us... Subject: XML-RPC Fix Date: 08 Nov 2002 07:13:00 -0800 Hi ! I made a change in your xmlrpc.inc in line 301 was this regular expresion: "^\-?[0123456789 \t\.]+$ I changed it to: ^\-?[-eE0123456789 \t\.]+$ befor where errors when receiving a double eg. 1.2345E-06 now it works bye Edgar |