Skip to content

Commit e135c62

Browse files
committed
news
1 parent c8a221b commit e135c62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NEWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
* improved: allow to force usage of HTTP 1.1. when using curl for calls, via usage of 'http11_only'
44

5+
* improved: when using "Interop" error codes, use error code -32700 when xml parsing fails server-side, instead of 100+X
6+
7+
* improved: changes some error numbers to avoid conflicts - now errors related to http compression use the range 153-157,
8+
while the range 103-107 is reserved for xml parsing errors
9+
510
* improved: added new methods: `Server::generatePayload($resp, $respCharset)`,
611
`Server::printPayload($payload, $resp->getContentType(), $respEncoding)` , `HTTP::setAcceptedStatusCodes($statusCodes)`
712
and `Wrapper::cloneClientForClosure($client)`. Made private method `Client::_try_multicall` protected.
813
All of this to help subclasses such as the Json-Rpc client, server and request
914

1015
* improved: prepare the debugger for json-rpc 2.0 support, which will be in a pending release of the PhpJsonRpc library
1116

12-
* improved: when using "Interop" error codes, use error code -32700 when xml parsing fails server-side, instead of 100+X
13-
14-
* improved: changes some error numbers to avoid conflicts - now errors related to http compression use the range 153-157,
15-
while the range 103-107 is reserved for xml parsing errors
16-
1717
* fixed: the `vm.sh` script would not expose the http ports of the test container to the host
1818

1919

0 commit comments

Comments
 (0)