How to Install and Uninstall php-brumann-polyfill-unserialize.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "php-brumann-polyfill-unserialize.noarch" package

Please follow the guidance below to install php-brumann-polyfill-unserialize.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-brumann-polyfill-unserialize.noarch

2. Uninstall "php-brumann-polyfill-unserialize.noarch" package

This is a short guide on how to uninstall php-brumann-polyfill-unserialize.noarch on Fedora 34:

$ sudo dnf remove php-brumann-polyfill-unserialize.noarch $ sudo dnf autoremove

3. Information about the php-brumann-polyfill-unserialize.noarch package on Fedora 34

Last metadata expiration check: 1:08:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-brumann-polyfill-unserialize
Version : 1.0.4
Release : 3.fc34
Architecture : noarch
Size : 12 k
Source : php-brumann-polyfill-unserialize-1.0.4-3.fc34.src.rpm
Repository : fedora
Summary : Backports unserialize options introduced in PHP 7.0
URL : https://github.com/dbrumann/polyfill-unserialize
License : MIT
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