X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=doc%2Fapi_changes_v4.md;h=7b04ecd7ac85d8d1eae205c8d10f5fadb299de3a;hp=ea9d4e1f71b63c6e84508d2c81e22de5cf1bab1d;hb=b76d21c030bcd510dce8d7e245581842c62ab6b5;hpb=75234d12e752f022fcf8e5994a0dd8783dec54ab diff --git a/doc/api_changes_v4.md b/doc/api_changes_v4.md index ea9d4e1..7b04ecd 100644 --- a/doc/api_changes_v4.md +++ b/doc/api_changes_v4.md @@ -52,10 +52,14 @@ In case you had extended the classes of the library and added methods to the sub implementation clashes with the new one if you implemented: -| Class | Method | Notes | -| --------- | ----------- | --------------------------------------- | -| xmlrpcval | count | implements interface: Countable | -| xmlrpcval | getIterator | implements interface: IteratorAggregate | +| Class | Method | Notes | +| --------- | ------------ | --------------------------------------- | +| xmlrpcval | count | implements interface: Countable | +| xmlrpcval | getIterator | implements interface: IteratorAggregate | +| xmlrpcval | offsetExists | implements interface: ArrayAccess | +| xmlrpcval | offsetGet | implements interface: ArrayAccess | +| xmlrpcval | offsetSet | implements interface: ArrayAccess | +| xmlrpcval | offsetUnset | implements interface: ArrayAccess | Global variables cleanup @@ -111,7 +115,7 @@ Character sets and encoding The default character set used by the library to deliver data to your app is now UTF8. It is also the character set that the library expects data from your app to be in (including method names). -The value can be changed (to either US-ASCII or ISO-8859-1) by setting teh desired value to +The value can be changed (to either US-ASCII or ISO-8859-1) by setting the desired value to PhpXmlRpc\PhpXmlRpc::$xmlrpc_internalencoding Usage of closures for wrapping