Wed, 03 Jul 2024 21:03:01 UTC | login

Information for build php-doctrine-deprecations-0.5.3-2.fc33

ID194629
Package Namephp-doctrine-deprecations
Version0.5.3
Release2.fc33
Epoch
SummaryA small layer on top of trigger_error or PSR-3 logging
DescriptionA small (side-effect free by default) layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging. * no side-effects by default, making it a perfect fit for libraries that don't know how the error handler works they operate under * options to avoid having to rely on error handlers global state by using PSR-3 logging * deduplicate deprecation messages to avoid excessive triggering and reduce overhead We recommend to collect Deprecations using a PSR logger instead of relying on the global error handler. Autoloader: /usr/share/php/Doctrine/Deprecations/autoload.php
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 24 Apr 2021 03:52:34 UTC
CompletedSat, 24 Apr 2021 03:52:34 UTC
Tags
f33
f37
f38
RPMs
src
php-doctrine-deprecations-0.5.3-2.fc33.src.rpm (info) (download)
noarch
php-doctrine-deprecations-0.5.3-2.fc33.noarch.rpm (info) (download)
Changelog * Wed Mar 31 2021 Remi Collet <remi@remirepo.net> - 0.5.3-2 - add LICENSE file copy/pasted from other doctrine project, and from https://github.com/doctrine/deprecations/pull/27 * Tue Mar 30 2021 Remi Collet <remi@remirepo.net> - 0.5.3-1 - initial package - open https://github.com/doctrine/deprecations/issues/26 missing License