Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-doctrine-deprecations - A small layer on top of triggeFr_error or PSR-3 logging

Website:
https://github.com/doctrine/deprecations
Licence:
MIT
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
A 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

Packages

php-doctrine-deprecations-1.1.3-1.remi.src [23 KiB] Changelog by Remi Collet (2024-01-31):
- update to 1.1.3 (no change)
- Fix FTBFS #2261475
php-doctrine-deprecations-1.1.2-1.remi.src [23 KiB] Changelog by Remi Collet (2023-09-28):
- update to 1.1.2
php-doctrine-deprecations-1.1.1-1.remi.src [23 KiB] Changelog by Remi Collet (2023-06-05):
- update to 1.1.1
php-doctrine-deprecations-1.1.0-1.remi.src [21 KiB] Changelog by Remi Collet (2023-05-30):
- update to 1.1.0
php-doctrine-deprecations-1.0.0-4.remi.src [21 KiB] Changelog by Remi Collet (2023-04-20):
- add upstream patch for test suite with PHP 8.2 #2171642
php-doctrine-deprecations-1.0.0-1.remi.src [17 KiB] Changelog by Remi Collet (2022-05-03):
- update to 1.0.0
- allow psr/log 2 and 3
- drop patch merged upstream
php-doctrine-deprecations-0.5.3-2.remi.src [17 KiB] Changelog by Remi Collet (2021-03-31):
- add LICENSE file copy/pasted from other doctrine project,
  and from https://github.com/doctrine/deprecations/pull/27
php-doctrine-deprecations-0.5.3-1.remi.src [16 KiB] Changelog by Remi Collet (2021-03-30):
- initial package