2.0.0-beta1 - 2021-09-09
This is a major release with breaking changes. For details, see changes below marked with BC break.
Changed
- Re-organize tests (skip conditions, environment variables)
- Throw
\Exception
or\TypeError
for parameter parsing errors (instead of\SAPNWRFC\Exception
) BC break - Throw
\TypeError
if wrong type is passed for an RFC field BC break - Add support for PHP 8.0
- Map RFC type BCD to string BC break
- Add support for
RFCTYPE_INT8
Removed
- Remove support for PHP < 7.2