Releases: php-sap/common
Releases · php-sap/common
v6.1.2
6.1.1
v6.1.0
v6.0.0 (PHP 8)
What's changed
- breaking change Dropped support for PHP versions prior to 8.
- breaking change Adapted to interfaces v5. See for breaking changes!
Full Changelog: v5.0.0...v6.0.0
v5.0.0
Changes
- #11 Updated code for PHP min. 7.4 and PSR-12 coding standard.
- #11 Use strict types instead of validations.
- #12 Updated to min. PHP 7.4 and updated all dependencies.
- #12 Updated to PHPUnit 9 and updated all tests.
- #13 Replaced Travis with GitHub workflow.
- #14 Defined PSR-12 coding standard using
.phpcs.xml
. - #15 Removed
php-sap/datetime
because it is already in thephp-sap/interfaces
package.
version 4.0 (PHP 7)
New
- Upgraded to PHP/SAP interfaces 3.0.
- Split
IArray
intoIStruct
andITable
and introduce directionTable
.
Bugfix
- #10 Added
xdebug.mode = coverage
to php.ini in travis config.
version 3.2 (PHP7)
Changes
- Switched
SapDateTime
toSapDateInterval
forb API time elements (TYPE_TIME
). - On cast return null for API date elements in case the date only consists of zeros.
version 3.1 (PHP5)
Changes
- Switched
SapDateTime
toSapDateInterval
forb API time elements (TYPE_TIME
). - On cast return null for API date elements in case the date only consists of zeros.
version 3.0
Switch to interface v2.
version 2.1
Removed internal connection pooling.