The source project of this merge request has been removed.
[BUGFIX] Make unserialize call PHP5 compliant (fixes #17)
unserialize's second parameter was added in PHP 7 (http://php.net/manual/en/function.unserialize.php). I added PHP Version constraints to keep the security options for unserialize in PHP 7 but also be compatible with PHP 5