Derrell Lipman wrote: > > Ah, yes. It appears that the new (trunk) version of the PHP backend has > broken the interface to JsonRpcError. I'm cc:ing Christian so he can > hopefully get that fixed. (Christian, if you need those extra parameters > in > your implementation, you can probably just move them to the end of the > parameter list to maintain backward compatibility.) >
Ok, I see what the problem is. The codebase I used to write the OO-Style server was the PHP4-version of Derrell's server script, which he had updated in the meantime to PHP5 only. I am still aiming for PHP4 compatibility, since there are plenty of servers left which run PHP4 ( I still run both) -- at least for the next stable release, after that we can of course drop PHP4 support. A PHP5-only implementation is done by using the JsonRpcServerPhp5 class. It would be great, Derrell, if you could have a look at that, it didn't really do what it was supposed to do last time I checked. I have just checked in a few fixes to address the JsonRpcError problem. Michael, can you svn update and check if it works now? Thanks, Christian -- View this message in context: http://www.nabble.com/RPC-Server%3A-JsonRpcError%28%29-tp24093948p24099588.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
