DusanKasan / Knapsack

Collection pipeline library for PHP

Home Page:http://dusankasan.github.io/Knapsack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8.1 Deprecation: DusanKasan\Knapsack\Collection implements the Serializable interface, which is deprecated

JanWennrichPCSG opened this issue · comments

Running PHP 8.1 the following info is logged:

Deprecated: DusanKasan\Knapsack\Collection implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)