opis / closure

Serialize closures (anonymous functions)
https://opis.io/closure
MIT License
2.5k stars 84 forks source link

error:php8 Serializable interface is deprecated #127

Closed kiss291323003 closed 1 year ago

kiss291323003 commented 1 year ago

php version:8.1.10 error file:opis/closure/src/SerializableClosure.php on line 18 error msg:Deprecated: Opis\Closure\SerializableClosure implements the Serializable interface, which is deprecated. Implement serialize() and unserialize() instead (or in addition, if support for old PHP versions is necessary)

GrahamCampbell commented 1 year ago

Duplicate of https://github.com/opis/closure/issues/126.