Skip to content

Allowing PHP 8.3

Latest
Compare
Choose a tag to compare
@jaydiablo jaydiablo released this 05 Jun 18:02
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.