Upgrading
Migrating from 3.1 to 3.2
The minimum required PHP version is 8.1.
The code has been carefully tuned for PHP 8.1. All new type hints for methods and properties have been added. The changes are minor:
- MySQL: zero date
0000-00-00is returned asnull - MySQL: decimal without decimal places is returned as int instead of float
- The
timetype is returned as aDateTimeImmutableobject with the date set to0001-01-01instead of the current date