Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced serialize() with json_encode() where appropriate
json_encode() is slightly more performant than serialize() on modern PHP. However, unserialize() is measurably faster than json_decode()
- Loading branch information