appserver-io / appserver

A multithreaded application server for PHP, written in PHP.
http://appserver.io/
Open Software License 3.0
967 stars 104 forks source link

[appserver-io/appserver] RemoteProxyGenerator creates invalid method signatures #1079

Open pathmissing opened 6 years ago

pathmissing commented 6 years ago

The RemoteProxyGenerator is creating invalid method signatures for arrays as default value: 1) In associative arrays, keys are not being quoted 2) Values are also just being printed out which leads to problems with strings and booleans 3) Multi dimensional arrays will not be generated recursively

pathmissing commented 6 years ago

1078 will be modified for this issue