Name: | php-brumann-polyfill-unserialize |
Version: | 1.0.3 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 5864 |
License: | MIT |
RPM: |
php-brumann-polyfill-unserialize-1.0.3-1.el7.noarch.rpm
|
Source RPM: |
php-brumann-polyfill-unserialize-1.0.3-1.el7.src.rpm
|
Build Date: | Thu Jul 04 2019 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/dbrumann/polyfill-unserialize |
Summary: | Backports unserialize options introduced in PHP 7.0 |
Description: | Backports unserialize options introduced in PHP 7.0 to older PHP versions. This
was originally designed as a Proof of Concept for Symfony Issue
[#21090](https://github.com/symfony/symfony/pull/21090).
You can use this package in projects that rely on PHP versions older than PHP
7.0. In case you are using PHP 7.0+ the original unserialize() will be used
instead.
From the
[documentation](https://secure.php.net/manual/en/function.unserialize.php):
> Warning: Do not pass untrusted user input to unserialize(). Unserialization
> can result in code being loaded and executed due to object instantiation and
> autoloading, and a malicious user may be able to exploit this.
This warning holds true even when `allowed_classes` is used.
Autoloader: /usr/share/php/Brumann/Polyfill/autoload.php |