Skip to content

Allowing PHP 8.3

Choose a tag to compare

@jaydiablo jaydiablo released this 05 Jun 18:02
· 5 commits to master since this release
91740fc

This release allows php 8.3 and is tested against PHP 7.4 -> 8.3.

The only code changes were to get the __unserialize methods on a couple of classes signature in-line with PHP's base signature for these methods so that the parameters' names match.