Releases: lordelph/php-sip2
Releases · lordelph/php-sip2
3.0.0 For php8 and beyond only
Major version number update as this version will only support php8 - use 2.x.x for php7 support.
The only change is that this release requires log/psr v3, which allows this release to be incorporated into Drupal 10 projects, for example, which also have this dependency.
2.1.1 Support php 8
This release simply changes the composer.json to allow installation in php 8 environments - the existing test suite passes in php 8.
2.1.0 Support for disabling CRC checks
This release provides the means to disable CRC checks if desired with SIP2Client::enableCRCCheck(false);
2.0.3 bug fix
This fixes a minor issue which can be triggered by fetching a response which includes unexpected, but blank fields. The resulting response would throw an exception if getAll() was called on it afterwards.