foglcz / JSONRpc2

Generic JSON-RPC v2 implementation
Other
19 stars 10 forks source link

Provide method for setting the level of error reporting #4

Closed l-x closed 10 years ago

l-x commented 10 years ago

The changes will make it possible to adjust the level for the errors to be reported, i. e. to avoid E_WARN, E_NOTICE and E_STRICT appearing as json-rpc faults.

Greets and thanks,

l-x